You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2017/07/18 20:57:06 UTC

[incubator-openwhisk-apigateway] branch master updated: Remove onbuild commands and force consumers to explicitly add config (#250)

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 98dc5de  Remove onbuild commands and force consumers to explicitly add config (#250)
98dc5de is described below

commit 98dc5de32e19a58ee262aa96fb28ce56521ebfda
Author: Cody Walker <co...@cody-walker.com>
AuthorDate: Tue Jul 18 16:57:04 2017 -0400

    Remove onbuild commands and force consumers to explicitly add config (#250)
---
 Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 9c70e35..a4bce83 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -179,12 +179,10 @@ RUN echo " ... installing cjose ... " \
     && rm -rf /tmp/api-gateway
 
 COPY init.sh /etc/init-container.sh
-ONBUILD COPY init.sh /etc/init-container.sh
 # add the default configuration for the Gateway
 COPY . /etc/api-gateway
 RUN adduser -S nginx-api-gateway \
     && addgroup -S nginx-api-gateway
-ONBUILD COPY . /etc/api-gateway
 
 EXPOSE 80 8080 8423 9000
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].