Última atividade 1715607326

kristofer's Avatar kristofer revisou este gist 1715607326. Ir para a revisão

1 file changed, 13 insertions

docker boot.md(arquivo criado)

@@ -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
Próximo Anterior