Update: Docker test
This commit is contained in:
parent
ad6c6fbd76
commit
f4ed6ce040
1 changed files with 1 additions and 0 deletions
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue