You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by le...@apache.org on 2018/03/12 15:58:44 UTC

[30/40] incubator-senssoft git commit: Fixed bug in tap's dockerfile

Fixed bug in tap's dockerfile


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/commit/87d7e09c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/tree/87d7e09c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/diff/87d7e09c

Branch: refs/heads/asf-site
Commit: 87d7e09cb5d89805aec700511cf74f7e75b6eab7
Parents: 109b14a
Author: msbeard <ms...@apache.org>
Authored: Thu Oct 5 09:48:47 2017 -0400
Committer: msbeard <ms...@apache.org>
Committed: Thu Oct 5 09:48:47 2017 -0400

----------------------------------------------------------------------
 docker/tap/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/87d7e09c/docker/tap/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/tap/Dockerfile b/docker/tap/Dockerfile
index f705fb3..0089f95 100644
--- a/docker/tap/Dockerfile
+++ b/docker/tap/Dockerfile
@@ -51,7 +51,8 @@ RUN npm install
 RUN pip install -r requirements.txt
 
 # Add application files
-ADD secret.py /usr/src/app/tap/settings
+RUN cp secrets/secret.py tap/settings
+#ADD secret.py /usr/src/app/tap/settings
 #ADD secrets/neon_counts.js /usr/src/app/public
 #ADD secrets/neon_graph.js /usr/src/app/public