Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivanrosolen/f8d0a09c27ba4c86fc4e119e5f0501e9 to your computer and use it in GitHub Desktop.
Save ivanrosolen/f8d0a09c27ba4c86fc4e119e5f0501e9 to your computer and use it in GitHub Desktop.
Enable things on docker build
docker-compose rm --all && docker-compose pull && docker-compose build --no-cache && docker-compose up -d --force-recreate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment