Skip to content

Commit

Permalink
馃彈 The Dockerfile now rebuilds automatically again (fixes #1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Feb 27, 2024
1 parent dbc758c commit e626c6b
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 @@ -44,7 +44,7 @@ COPY --from=BUILD_IMAGE /app ./
RUN rm dist/conf.yml

# 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 e626c6b

Please sign in to comment.