Fixing persistance
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm
2020-01-07 22:48:02 +01:00
parent 87e33a3bd0
commit a686ce24cc
2 changed files with 7 additions and 5 deletions

View File

@ -17,6 +17,4 @@ COPY lib/ /usr/src/app/lib
VOLUME [ "/usr/src/app/logs", "/usr/src/app/persist"]
EXPOSE 3006/tcp
CMD ["npm", "run", "start"]