feat: add files
This commit is contained in:
parent
b44931ff90
commit
d5baecaaca
3 changed files with 137 additions and 3 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM git.eplg.services/archive/node:latest
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY server.js .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "node", "server.js","-h","0.0.0.0" ]
|
Loading…
Add table
Add a link
Reference in a new issue