Files
BUFUs_users_service/READMES/Docker.help

11 lines
268 B
Plaintext

for manually building and deploying this image
build the sources and the image
./gradlew build
docker build . --tag=bufus_users_testing
launch the image ( port 8101 is the one expected by the gateway service )
docker run -p 8101:8080 bufus_users_testing:latest