Skip to content

Commit 3095651

Browse files
committed
Merge pull request #21 from tgross/move_init_into_health
Move most of initialization into health check
2 parents a21fedc + 1f7f6d2 commit 3095651

File tree

5 files changed

+313
-158
lines changed

5 files changed

+313
-158
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN curl -Ls -o get-pip.py https://bootstrap.pypa.io/get-pip.py && \
1515
pip install \
1616
PyMySQL==0.6.7 \
1717
python-Consul==0.4.7 \
18-
manta==2.5.0
18+
manta==2.5.0 \
19+
mock==2.0.0
1920

2021
# Add ContainerPilot and set its configuration file path
2122
ENV CONTAINERPILOT_VER 2.0.1

0 commit comments

Comments
 (0)