Skip to content

Instantly share code, notes, and snippets.

@hieu-tn
Created August 20, 2020 15:13
Show Gist options
  • Save hieu-tn/a189ed1a27e7066c7a77f95d122c67eb to your computer and use it in GitHub Desktop.
Save hieu-tn/a189ed1a27e7066c7a77f95d122c67eb to your computer and use it in GitHub Desktop.
Dockerize
docker container rm -f $(docker ps -aq) && docker volume prune
docker-compose down && docker-compose up
docker-compose up --build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment