diff --git a/Dockerfile b/Dockerfile index bf9f8a5..6c95f6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN npm install -g npm RUN npm install -RUN npm build +RUN npm run build CMD [ "npm", "start" ] \ No newline at end of file