mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-22 20:25:13 +03:00
🏗 The Dockerfile now rebuilds automatically again (fixes #1051)
This commit is contained in:
parent
dbc758c8b6
commit
e626c6b0f4
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user