Skip to content

Commit

Permalink
Added startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
confusingstraw committed Mar 22, 2017
1 parent 6b884a9 commit 93d96dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/tap/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 93d96dc

Please sign in to comment.