diff --git a/Dockerfile b/Dockerfile index 21315d3..508c385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ COPY --from=builder /app/package*.json ./ COPY --from=builder /app/dist ./dist EXPOSE 3000 -CMD [ "npm", "run", "start:prod" ] +CMD [ "npm", "run", "start" ]