Skip to content

Instantly share code, notes, and snippets.

@evgenys91
Created October 13, 2017 11:14
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 evgenys91/c947a5ccfc8e9a42aa0b35691097a4d2 to your computer and use it in GitHub Desktop.
Save evgenys91/c947a5ccfc8e9a42aa0b35691097a4d2 to your computer and use it in GitHub Desktop.
ensure docker service uses the latest code
docker volume prune
docker-compose build --no-cache {service}
docker-compose up --force-recreate --no-deps services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment