A working service for editing, querying, login and authentication of users. publishes events to kafka
This commit is contained in:
10
READMES/Docker.help
Normal file
10
READMES/Docker.help
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user