diff --git a/Dockerfile b/Dockerfile index a4f542e..c01f574 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ EXPOSE 9876 VOLUME [ "/conf" ] -CMD node index.js \ No newline at end of file +CMD node /index.js --no-daemon \ No newline at end of file