commit
This commit is contained in:
parent
03c833d26b
commit
c86982ef26
8 changed files with 152 additions and 16 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM node:latest
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
CMD ["bash", "start.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue