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:
 | 
					  result:
 | 
				
			||||||
    build: ./result
 | 
					    build: ./result
 | 
				
			||||||
    command: nodemon --debug server.js
 | 
					    command: nodemon server.js
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./result:/app
 | 
					      - ./result:/app
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user