Skip to content

Instantly share code, notes, and snippets.

@emafriedrich
Created January 20, 2021 12:58
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 emafriedrich/f06805223fa1d56fb2945ab31b399152 to your computer and use it in GitHub Desktop.
Save emafriedrich/f06805223fa1d56fb2945ab31b399152 to your computer and use it in GitHub Desktop.
If you docker containers do not recreate with updated code...
# docker
docker build --no-cache
# docker-compose
docker-compose up --build --force-recreate --no-deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment