Skip to content

Instantly share code, notes, and snippets.

@acrnogor
Created June 3, 2024 08:55
Show Gist options
  • Save acrnogor/3a259463238e9b7c0013a23fc1e1af8a to your computer and use it in GitHub Desktop.
Save acrnogor/3a259463238e9b7c0013a23fc1e1af8a to your computer and use it in GitHub Desktop.
Makefile: Command with shell scripts
launch:
$(info Launching something in three parts)
docker-compose build --no-cache
docker-compose up -d
docker-compose exec mycontainer /scripts/launch.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment