-
Notifications
You must be signed in to change notification settings - Fork 106
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
Rebuild command #52
Comments
Add this to your function rebuild() {
./vessel down
docker image rm vessel/app
docker image rm vessel/node
./vessel build
./vessel start
} |
Sure, but it would be nice to have the command as part of vessel itself. |
It would be cool if there was a built-in command for rebuilding your containers. Basically just a shortcut for
I get it, just saying. Further, I don’t think you need to rebuild `node` image each time you update the app image?
|
@gilbitron FWIW, I think this would be a worthwhile addition to the core. Especially when something like this is integrated #66 cc: @fideloper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be cool if there was a built-in command for rebuilding your containers (e.g.
./vessel rebuild
). Basically just a shortcut for:The text was updated successfully, but these errors were encountered: