Skip to content

Commit 28d7c7f

Browse files
authored
Fix node version at 12 (#149)
#136 (comment)
1 parent 057c201 commit 28d7c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:latest
1+
FROM node:12
22

33
ADD package.json /package.json
44

@@ -13,4 +13,4 @@ EXPOSE 8000
1313
EXPOSE 35729
1414

1515
ENTRYPOINT ["/bin/bash", "/app/run.sh"]
16-
CMD ["start"]
16+
CMD ["start"]

0 commit comments

Comments
 (0)