Skip to content

Instantly share code, notes, and snippets.

@kungfoo
Last active November 12, 2019 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kungfoo/e4865423312829e8b74e6c43b602740a to your computer and use it in GitHub Desktop.
Save kungfoo/e4865423312829e8b74e6c43b602740a to your computer and use it in GitHub Desktop.
Generic start and stop scripts for quick turnaround using gradle and docker-compose
#!/bin/bash
docker-compose down
#!/bin/bash
./gradlew distTar
docker-compose up --build -d
#!/bin/bash
docker-compose stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment