Update: Docker test

This commit is contained in:
Yûki VACHOT 2022-01-18 18:16:19 +01:00
parent 5685b3c646
commit aa73e96ff3

View file

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