Update: Docker test

This commit is contained in:
Yûki VACHOT 2022-01-18 18:08:29 +01:00
parent a43072c695
commit 5685b3c646

View file

@ -1,7 +1,7 @@
FROM node:current-slim
WORKDIR /data/frontend
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install -g npm
RUN npm install -g npm@8.3.1
RUN npm install --NODE_ENV
RUN npm install -g @angular/cli
COPY . .