Created
November 4, 2021 20:10
-
-
Save agusrichard/dc2d7e35a4f8759c6283046be713216d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
build: | |
docker-compose build | |
up: | |
docker-compose up | |
run: | |
docker-compose up --build | |
down: | |
docker-compose down --remove-orphans |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment