minor bug fixes
This commit is contained in:
parent
67b41fb91a
commit
3a4b543754
2 changed files with 4 additions and 2 deletions
|
@ -11,4 +11,4 @@ RUN mkdir -p /monitor/data \
|
|||
&& npm install \
|
||||
&& apk del git
|
||||
|
||||
CMD npm run start
|
||||
CMD ["node", "index.js"]
|
Reference in a new issue