Skip to content

Commit

Permalink
Merge pull request #1563 from CrazyWolf13/master
Browse files Browse the repository at this point in the history
馃惓 Revert start cmd Dockerfile
  • Loading branch information
CrazyWolf13 committed May 1, 2024
2 parents 5854db4 + 2f86b16 commit a7c15ce
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", "start" ]
CMD [ "yarn", "build-and-start" ]

# Expose the port
EXPOSE ${PORT}
Expand Down

0 comments on commit a7c15ce

Please sign in to comment.