diff --git a/Dockerfile b/Dockerfile index a26a80d6..e13e32b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,4 @@ COPY / /usr/src/app/ RUN npm install -RUN npm run build - CMD [ "npm", "start" ]