Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ttzztztz authored Sep 19, 2020
1 parent 3914747 commit 767980a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine AS build
FROM node:12-alpine AS build

ADD ./Back/package.json /tmp/package.json
ADD ./Back/yarn.lock /tmp/yarn.lock
Expand All @@ -10,4 +10,4 @@ COPY Back .
RUN yarn compile

CMD ["start"]
ENTRYPOINT [ "yarn" ]
ENTRYPOINT [ "yarn" ]

0 comments on commit 767980a

Please sign in to comment.