diff --git a/Dockerfile b/Dockerfile index 5494cd2..6b19921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,5 @@ RUN npm run build-prod EXPOSE 8080 # Define the entry point for the container +# CMD ["npm", "run", "prod"] CMD ["npm", "run", "start"]