Update: Docker for development

This commit is contained in:
Yûki VACHOT 2022-01-15 18:28:49 +01:00
parent 4620f0dff9
commit 03fbbb4114
4 changed files with 3 additions and 6 deletions

View file

@ -2,7 +2,5 @@ FROM node:current-alpine
WORKDIR /data/frontend
COPY ["package.json", "package-lock.json*", "./"]
COPY . .
RUN apk add --no-cache gettext
#RUN envsubst < environments/environment.ts > environments/environment.ts
RUN npm install --NODE_ENV
RUN npm install -g @angular/cli