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