Skip to content
Snippets Groups Projects
Commit f919e974 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix wait-for-it clone

parent 5774b512
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,7 @@ RUN python -m venv venv && \ ...@@ -25,8 +25,7 @@ RUN python -m venv venv && \
venv/bin/pip install -r requirements.txt venv/bin/pip install -r requirements.txt
# add wait for it # add wait for it
RUN git clone https://github.com/vishnubob/wait-for-it.git /wait-for-it RUN git clone https://github.com/vishnubob/wait-for-it.git
RUN chmod a+x /wait-for-it/wait-for-it.sh
COPY docker-entrypoint.sh /usr/local/bin/ COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment