Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin authored Aug 12, 2020
1 parent d8a6d21 commit da0ba37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:6-alpine
FROM node:lts-alpine
RUN apk add --no-cache git tzdata ; mkdir -p /usr/node_app

RUN mkdir -p /usr/node_app
COPY . /usr/node_app
WORKDIR /usr/node_app
RUN apk add --no-cache git

RUN npm install --production

CMD ["npm", "start"]

0 comments on commit da0ba37

Please sign in to comment.