Skip to content

Commit 7462b97

Browse files
authored
Update Dockerfile
1 parent 14d3acb commit 7462b97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:8
22
LABEL Maintainer="Rohan"
33
WORKDIR /app
4+
ARG release=1.0.0
45
RUN npm install -g @angular/cli@1.7.3
56
COPY package*.json ./
67
RUN npm install

0 commit comments

Comments
 (0)