ilhamap commited on
Commit
8d6971a
·
verified ·
1 Parent(s): c188605

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM node:latest
2
+
3
+ COPY . .
4
+
5
+ RUN npm install
6
+ CMD node index.mjs