Merge branch 'master' of https://github.com/zhukov/webogram
This commit is contained in:
commit
407b77365b
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
.git
|
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM node
|
||||||
|
|
||||||
|
ADD . /opt/webogram
|
||||||
|
WORKDIR /opt/webogram
|
||||||
|
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
|
|
||||||
|
CMD ["node", "server.js", "8000", "0.0.0.0"]
|
Loading…
Reference in New Issue
Block a user