Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created November 4, 2021 20:10
Show Gist options
  • Save agusrichard/dc2d7e35a4f8759c6283046be713216d to your computer and use it in GitHub Desktop.
Save agusrichard/dc2d7e35a4f8759c6283046be713216d to your computer and use it in GitHub Desktop.
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