Merge pull request #100 from thaJeztah/fix-javaworker-result

Fix javaworker result service not starting
This commit is contained in:
Mano Marks 2018-01-04 10:25:19 -08:00 committed by GitHub
commit 2cd3d55fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ services:
result:
build: ./result
command: nodemon --debug server.js
command: nodemon server.js
volumes:
- ./result:/app
ports: