more files
This commit is contained in:
3
nodejs/kubia/Dockerfile
Normal file
3
nodejs/kubia/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM node:7
|
||||
ADD app.js /app.js
|
||||
ENTRYPOINT [ "node", "app.js" ]
|
||||
Reference in New Issue
Block a user