Skip to content

Instantly share code, notes, and snippets.

@revolunet
Last active November 6, 2019 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revolunet/2b110ea0fad3455e83bf0019633d71cd to your computer and use it in GitHub Desktop.
Save revolunet/2b110ea0fad3455e83bf0019633d71cd to your computer and use it in GitHub Desktop.
sample docker-compose update.sh
#!/bin/sh
git pull
sudo docker-compose up --build -d
sudo docker-compose exec app yarn migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment