This commit is contained in:
Justin (shocknet) 2024-07-21 19:00:12 -04:00
parent 4ffd035e30
commit 8084e51596
2 changed files with 32 additions and 1 deletions

View file

@ -8,4 +8,9 @@ RUN npm i
COPY . /app
EXPOSE 1776
EXPOSE 1777
VOLUME ["/app/data"]
CMD [ "npm", "start" ]