commit
adbce141fd
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…
x
Reference in New Issue
Block a user