Skip to content

Commit c60aa6e

Browse files
Update Dockerfile
1 parent 56a6e68 commit c60aa6e

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Dockerfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
FROM node:10
21

3-
# Create app directory
4-
WORKDIR /usr/src/app
5-
6-
# Install app dependencies
7-
# A wildcard is used to ensure both package.json AND package-lock.json are copied
8-
# where available (npm@5+)
9-
COPY package*.json ./
10-
11-
RUN npm install
12-
13-
# Bundle app source
14-
COPY . .
15-
16-
EXPOSE 8080
17-
CMD [ "node", "server.js" ]

0 commit comments

Comments
 (0)