run tests in docker fix

This commit is contained in:
Viktor Scharf
2025-01-22 09:03:19 +01:00
parent 8b66dc6f10
commit eab4a8e272
3 changed files with 5 additions and 5 deletions
@@ -7,5 +7,5 @@ opencloud init
if [ "$WITH_WRAPPER" = "true" ]; then
ocwrapper serve --bin=opencloud
else
oc server
opencloud server
fi