Initial commit
This commit is contained in:
commit
ce518aeeb5
16 changed files with 1755 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM node:latest
|
||||
|
||||
WORKDIR /home/app
|
||||
USER node
|
||||
ENV PORT 3000
|
||||
EXPOSE 3000
|
||||
|
||||
CMD npm start
|
Loading…
Add table
Add a link
Reference in a new issue