🚧 Dockerfile changes

This commit is contained in:
Axel Olausson Holtenäs 2022-10-23 17:55:17 +02:00
parent 83d3e4f150
commit 1977117dde
No known key found for this signature in database
GPG key ID: BEDBB4D61E6C8462

View file

@ -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" ]