Created
August 20, 2020 15:13
-
-
Save hieu-tn/a189ed1a27e7066c7a77f95d122c67eb to your computer and use it in GitHub Desktop.
Dockerize
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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