Correction de la compilation?

This commit is contained in:
FyloZ 2021-05-01 21:28:58 -04:00
parent d3f12a1379
commit 295af573ab
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN apk update
RUN apk add --no-cache nodejs
RUN apk add --no-cache npm
RUN npm install -g typescript@3.9.7
RUN npm install -g typescript
RUN npm install -g @angular/cli || true
ENV NG_CLI_ANALYTICS=ci