This is an automated email from the ASF dual-hosted git repository. mhamann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-apigateway.git
The following commit(s) were added to refs/heads/master by this push: new 81c76fb Fix dumb-init entrypoint (#251) 81c76fb is described below commit 81c76fb2199c077ae7ecb1a7efa11a8e001cb24a Author: Cody Walker <c...@cody-walker.com> AuthorDate: Tue Jul 18 22:03:16 2017 -0400 Fix dumb-init entrypoint (#251) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4bce83..a70fe36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -186,5 +186,5 @@ RUN adduser -S nginx-api-gateway \ EXPOSE 80 8080 8423 9000 -ENTRYPOINT ["/usr/local/bin/dumb-init", "--"] +ENTRYPOINT ["/usr/bin/dumb-init", "--"] CMD ["/etc/init-container.sh"] -- To stop receiving notification emails like this one, please contact ['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].