Fix wait-for-it clone

This commit is contained in:
Stephan Porada 2019-10-23 14:15:45 +02:00
parent 5774b5120d
commit f919e97446

View File

@ -25,8 +25,7 @@ RUN python -m venv venv && \
venv/bin/pip install -r requirements.txt
# add wait for it
RUN git clone https://github.com/vishnubob/wait-for-it.git /wait-for-it
RUN chmod a+x /wait-for-it/wait-for-it.sh
RUN git clone https://github.com/vishnubob/wait-for-it.git
COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]