dockerfile consistency change

This commit is contained in:
David Todd (c0de)
2018-04-16 20:02:30 -05:00
parent 56784cfe4f
commit 9cbf38ee84
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FROM python:2.7
WORKDIR /src
ADD . /src
ADD ./cms /src
RUN set -ex \
&& curl -L https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -o /usr/local/bin/wait-for-it.sh \