mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-23 17:03:59 +03:00
Merge pull request #1563 from CrazyWolf13/master
🐳 Revert start cmd Dockerfile
This commit is contained in:
commit
a7c15ce36f
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user