Skip to content
Snippets Groups Projects
Commit ee3482cc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Give the server more time to start

parent a4083e17
Branches
Tags
No related merge requests found
...@@ -7,4 +7,4 @@ RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \ ...@@ -7,4 +7,4 @@ RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
COPY . /git COPY . /git
RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git
WORKDIR /git WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox CMD /wait-for-it.sh caosdb-server:10443 -t 300 -- tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment