andyqin18 commited on
Commit
71ac0c7
1 Parent(s): 3e6436b

Created Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM node:ubuntu
2
+ COPY . /app
3
+ WORKDIR /app
4
+ CMD node app.js