General-Purpose Dockerfile

v1.18.x
A Catty Alpaca 10 years ago
parent 927971b392
commit 550140ada7

@ -0,0 +1,8 @@
FROM node:0.10-onbuild
ENV NODE_ENV=production \
daemon=false \
silent=false
CMD node app --setup && npm start
EXPOSE 4567
Loading…
Cancel
Save