Last active 1715607326

Revision e4930c7223578e41194c659279b503151550eddc

docker boot.md Raw

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