# Get Spring/jhipster running in Docker container On the mac you'll need to download `Docker Desktop` This provides the `docker` commands on the Mac Not sure if you need to download and install docker-compose or not.... ## ./mvnw package -Pprod verify jib:dockerBuild ## docker-compose -f src/main/docker/app.yml up # ## remember to git pull after changes on dev machine