0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Update Dockerfile

Updated the version of node.js that needs to be pulled to match the package.json file.
This commit is contained in:
Earl Ng
2021-06-01 12:02:01 +08:00
committed by GitHub
parent d666bacf1f
commit d8a8275723

View File

@@ -1,4 +1,4 @@
FROM node:8
FROM node:14.15
ENV NODE_ENV=docker