Skip to content
Snippets Groups Projects
Verified Commit 7d1bc531 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-scheduler: Adapt entrypoint to access swh subcommand

parent 24481311
No related branches found
Tags swh-alter-20240618.1
No related merge requests found
......@@ -11,6 +11,11 @@ case "$1" in
"$@"
fi
;;
"swh")
shift
echo "Running swh command $@"
exec swh $@
;;
*)
echo Starting the swh-scheduler API server
exec gunicorn --bind 0.0.0.0:5008 \
......
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