Update: Docker test

This commit is contained in:
Yûki VACHOT 2022-01-18 18:04:47 +01:00
parent ad6c6fbd76
commit f4ed6ce040

View file

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