docker
This commit is contained in:
parent
4ffd035e30
commit
8084e51596
2 changed files with 32 additions and 1 deletions
|
|
@ -8,4 +8,9 @@ RUN npm i
|
|||
|
||||
COPY . /app
|
||||
|
||||
EXPOSE 1776
|
||||
EXPOSE 1777
|
||||
|
||||
VOLUME ["/app/data"]
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue