kristofer revised this gist . Go to revision
1 file changed, 13 insertions
docker boot.md (file created)
| @@ -0,0 +1,13 @@ | |||
| 1 | + | ||
| 2 | + | # Get Spring/jhipster running in Docker container | |
| 3 | + | ||
| 4 | + | On the mac you'll need to download `Docker Desktop` | |
| 5 | + | ||
| 6 | + | This provides the `docker` commands on the Mac | |
| 7 | + | ||
| 8 | + | Not sure if you need to download and install docker-compose or not.... | |
| 9 | + | ||
| 10 | + | ## ./mvnw package -Pprod verify jib:dockerBuild | |
| 11 | + | ## docker-compose -f src/main/docker/app.yml up | |
| 12 | + | # | |
| 13 | + | ## remember to git pull after changes on dev machine | |
Newer
Older