chetanmeh commented on a change in pull request #70: Use init.sh instead of 
direct command
URL: 
https://github.com/apache/incubator-openwhisk-devtools/pull/70#discussion_r155173557
 
 

 ##########
 File path: docker-compose/docker-compose.yml
 ##########
 @@ -38,7 +38,7 @@ services:
   # WHISK CONTROLLER
   controller:
     image: openwhisk/controller
-    command: /bin/sh -c "controller/bin/controller 0 >> 
/logs/controller-local_logs.log 2>&1"
+    command: /bin/sh -c "./init.sh 0 >> /logs/controller-local_logs.log 2>&1"
 
 Review comment:
   controller is the script generated by Gradle plugin. [init.sh][1] invokes 
this internally
   
   [1]: 
https://github.com/apache/incubator-openwhisk/blob/master/core/controller/init.sh

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to