General-Purpose Dockerfile
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…
Reference in New Issue