Skip to content

Commit

Permalink
Merge pull request #21 from tgross/move_init_into_health
Browse files Browse the repository at this point in the history
Move most of initialization into health check
  • Loading branch information
tgross committed Apr 22, 2016
2 parents a21fedc + 1f7f6d2 commit 3095651
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 158 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN curl -Ls -o get-pip.py https://bootstrap.pypa.io/get-pip.py && \
pip install \
PyMySQL==0.6.7 \
python-Consul==0.4.7 \
manta==2.5.0
manta==2.5.0 \
mock==2.0.0

# Add ContainerPilot and set its configuration file path
ENV CONTAINERPILOT_VER 2.0.1
Expand Down
Loading

0 comments on commit 3095651

Please sign in to comment.