Browse Source

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

Fix javaworker result service not starting
Mano Marks 7 năm trước cách đây
mục cha
commit
2cd3d55fb8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-compose-javaworker.yml

+ 1 - 1
docker-compose-javaworker.yml

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