Skip to content

Commit 7e5b434

Browse files
committed
Cleanup Dockerfile
1 parent db8c9d0 commit 7e5b434

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ EXPOSE 8080
44
# Create app directory
55
WORKDIR /usr/src/app
66

7-
# Install app dependencies
8-
# A wildcard is used to ensure both package.json AND package-lock.json are copied
9-
# where available (npm@5+)
107
COPY package*.json ./
118

129
RUN npm install --only=production
13-
# If you are building your code for production
14-
# RUN npm install --only=production
1510

1611
ENV HOST 0.0.0.0
1712
ENV PORT 8080

0 commit comments

Comments
 (0)