Correction de la compilation?
This commit is contained in:
parent
d3f12a1379
commit
295af573ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue