Skip to content

Commit

Permalink
Fix node version at 12 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
HecateAkke committed Nov 2, 2020
1 parent b5281b3 commit a43ebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:12

ADD package.json /package.json

Expand All @@ -13,4 +13,4 @@ EXPOSE 8000
EXPOSE 35729

ENTRYPOINT ["/bin/bash", "/app/run.sh"]
CMD ["start"]
CMD ["start"]

0 comments on commit a43ebaf

Please sign in to comment.