You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/24 22:30:53 UTC

[GitHub] tysonnorris commented on a change in pull request #70: Use init.sh instead of direct command

tysonnorris 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_r163699346
 
 

 ##########
 File path: docker-compose/docker-compose.yml
 ##########
 @@ -77,7 +77,7 @@ services:
   # WHISK INVOKER AGENT
   invoker:
     image: ${DOCKER_OW_IMAGE_PREFIX:-openwhisk}/invoker
-    command: /bin/sh -c "/invoker/bin/invoker 0 >> /logs/invoker-local_logs.log 2>&1"
+    command: /bin/sh -c "/.init.sh 0 >> /logs/invoker-local_logs.log 2>&1"
 
 Review comment:
   `/.init.sh` is a typo?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services