-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] dockerfile command may need run yarn start
not yarn build-and-start
?
#1543
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
I think you're right @lee88688 - thanks for the suggestion. |
Hi @lee88688 I temporarly had to revert the changes, as issues like this #1559 would arise, as the container is not watching for changes on the files. Until lissy has time to properly look into this, we will keep this change reverted. But if you don't repull the :latest tag, that should not change anything for you. |
Question
in Dockerfile, this has run
yarn build
dashy/Dockerfile
Line 25 in 382f8f3
why is there need another build in start command in
yarn build-and-start
dashy/Dockerfile
Line 45 in 382f8f3
I override command using
yarn start
which works too, so there is some feature I discover?Category
Setup and Deployment
Please tick the boxes
The text was updated successfully, but these errors were encountered: