updated with passing of the cmd arguments

This commit is contained in:
stellarshenson
2025-07-17 18:30:32 +00:00
parent 2c651e3760
commit d85caedf8b

View File

@@ -9,7 +9,7 @@ for file in $START_PLATFORM_DIR/*; do
done
# run jupyterhub, env params are configured in Dockerfile and docker-compose yml
jupyterhub -f /srv/jupyterhub/jupyterhub_config.py
jupyterhub -f /srv/jupyterhub/jupyterhub_config.py $@
# EOF