🚧 Dockerfile changes
This commit is contained in:
parent
83d3e4f150
commit
1977117dde
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ COPY --from=builder /app/package*.json ./
|
||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist ./dist
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD [ "npm", "run", "start:prod" ]
|
CMD [ "npm", "run", "start" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue