Merge pull request #1563 from CrazyWolf13/master

🐳 Revert start cmd Dockerfile
This commit is contained in:
Tobias 2024-05-01 11:38:58 +02:00 committed by GitHub
commit a7c15ce36f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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