Last active
October 6, 2022 01:49
-
-
Save taiwotman/68d8a9f3812659613c7f455c0fa0d8a8 to your computer and use it in GitHub Desktop.
gist_docker-build
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
## Key Docker Commands | |
docker build --pull --no-cache --tag=<image-name> . | |
docker-compose up | |
docker-compose down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment