You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by rf...@apache.org on 2017/03/22 21:18:31 UTC

[5/5] incubator-senssoft git commit: Added startup script

Added startup script


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

Branch: refs/heads/docker-build
Commit: 93d96dc91f98ee3d88b9abba1df14eb45ee2022d
Parents: 6b884a9
Author: Rob Foley <ro...@gmail.com>
Authored: Wed Mar 22 17:18:05 2017 -0400
Committer: Rob Foley <ro...@gmail.com>
Committed: Wed Mar 22 17:18:05 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/93d96dc9/docker/tap/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/tap/Dockerfile b/docker/tap/Dockerfile
index 24f7291..5fa380f 100644
--- a/docker/tap/Dockerfile
+++ b/docker/tap/Dockerfile
@@ -55,6 +55,8 @@ ADD secret.py /usr/src/app/tap/settings
 ADD neon_counts.js /usr/src/app/public
 ADD neon_graph.js /usr/src/app/public
 
+# Add startup script
+ADD wait-for-postgres.sh /usr/src/app
 
 # Startup Application
 RUN gulp build