Skip to content

Instantly share code, notes, and snippets.

@mosluce
Last active September 19, 2015 08:30
Show Gist options
  • Save mosluce/1c8ccd19d346833ae04a to your computer and use it in GitHub Desktop.
Save mosluce/1c8ccd19d346833ae04a to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export GIT_WORK_TREE=$HOME/apps/{app_name}
echo "--> Checking out..."
git checkout -f
docker-compose start {app_name}
@mosluce
Copy link
Author

mosluce commented Sep 19, 2015

update

@mosluce
Copy link
Author

mosluce commented Sep 19, 2015

update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment