🏗 The Dockerfile now rebuilds automatically again (fixes #1051)

This commit is contained in:
Alicia Sykes 2024-02-27 20:14:19 +00:00
parent dbc758c8b6
commit e626c6b0f4
1 changed files with 1 additions and 1 deletions

View File

@ -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}