mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-07-11 01:19:17 +00:00
Merge pull request #100 from thaJeztah/fix-javaworker-result
Fix javaworker result service not starting
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
|
||||
result:
|
||||
build: ./result
|
||||
command: nodemon --debug server.js
|
||||
command: nodemon server.js
|
||||
volumes:
|
||||
- ./result:/app
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user