-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add just docker rebuild
command
#719
Conversation
Usually `click()` should already do this for us I thought.
Could you possibly add an option for an attached mode? |
I've removed the startup command such the command really only does what it sais: rebuild the containers. If you still want to start the containers afterwards, chaining of commands should work, e.g. Note that I won't run through the tests as we don't have tests for |
This PR adds a new
just docker rebuild
command that rebuilds MaMpf (and webpacker if the env is set totest
, e.g.just docker rebuild test
). Note thatjust docker rebuild env="test"
is not working as command due to limitations ofjust
, see casey/just#476.Off-topic: also deleted an unnecessary comment.