Skip to content

Commit

Permalink
Specify image in production Dockerfile
Browse files Browse the repository at this point in the history
Co-Authored-By: Marek Kochanowski <marek@kochanow.ski>
  • Loading branch information
Łukasz Kleczaj and mkochanowski committed Jul 12, 2019
1 parent 73a8ef6 commit 8005aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile.production
@@ -1,4 +1,4 @@
FROM node:current-stretch-slim
FROM node:12.6.0-stretch-slim

COPY . .

Expand All @@ -8,4 +8,4 @@ RUN yarn global add react-scripts
RUN yarn install

EXPOSE 3000
CMD [ "yarn" "start" ]
CMD [ "yarn" "start" ]

0 comments on commit 8005aaa

Please sign in to comment.