mirror of
https://github.com/Lissy93/dashy.git
synced 2025-01-07 03:42:20 +03:00
🐳 Change start command in Dockerfile (#1543)
This commit is contained in:
parent
d58cde69f6
commit
1bbb91b3fe
@ -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", "build-and-start" ]
|
||||
CMD [ "yarn", "start" ]
|
||||
|
||||
# Expose the port
|
||||
EXPOSE ${PORT}
|
||||
|
Loading…
Reference in New Issue
Block a user