Skip to content
Snippets Groups Projects
Commit 7f851f5d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Docker should wait for server on correct port.

parent 1eae9f28
No related branches found
No related tags found
1 merge request!1Integration tests for minimal functionality
Pipeline #11436 failed
...@@ -19,5 +19,5 @@ RUN make install ...@@ -19,5 +19,5 @@ RUN make install
WORKDIR /caosdb-octaveinttest WORKDIR /caosdb-octaveinttest
CMD cd test && \ CMD cd test && \
/wait-for-it.sh caosdb-server:10443 -t 500 -- \ /wait-for-it.sh caosdb-server:8443 -t 500 -- \
octave Run_Test.m octave Run_Test.m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment