Skip to content

Commit

Permalink
🐳 Change start command in Dockerfile (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Apr 22, 2024
1 parent d58cde6 commit 1bbb91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apk add --no-cache tzdata
COPY --from=BUILD_IMAGE /app ./

# Finally, run start command to serve up the built application
CMD [ "yarn", "build-and-start" ]
CMD [ "yarn", "start" ]

# Expose the port
EXPOSE ${PORT}
Expand Down

0 comments on commit 1bbb91b

Please sign in to comment.