minor bug fixes

This commit is contained in:
Samuel Philipp 2020-02-27 20:02:03 +01:00
parent 67b41fb91a
commit 3a4b543754
2 changed files with 4 additions and 2 deletions

View file

@ -11,4 +11,4 @@ RUN mkdir -p /monitor/data \
&& npm install \
&& apk del git
CMD npm run start
CMD ["node", "index.js"]