-
Notifications
You must be signed in to change notification settings - Fork 5.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
Add pre/post command option #468
Comments
Yes, I did using makefile but I think It is nice if Fig can handle it out of box. |
No, run something on host machine - is bead idea. -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an idea to have options to run a command on
fig up
/fig stop
so script have a chance to do some prep.e.g.:
What do you think?
Update:
The
pre-command
andpost-command
will be run on host machine, not container.The text was updated successfully, but these errors were encountered: