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