Initial commit
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node
|
||||
|
||||
|
||||
ENV mongo mongodb://localhost/
|
||||
|
||||
ADD ./ /data
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
CMD ["node", "index.js"]
|
Reference in New Issue
Block a user