diff --git a/Dockerfile b/Dockerfile index a061610..ae24b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN npm run build ENV NODE_ENV=production ENV NO_COLOR="true" -CMD npm run start +CMD npm run start:prod