File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323 python --version | sed ' s/^/ /'
2424 command -v python | sed ' s/^/ /'
2525
26- cd services/autoscaling
26+ cd services/director
2727 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2828 cd -
2929 uv pip list
@@ -46,7 +46,7 @@ if [ "${SC_BOOT_MODE}" = "debug" ]; then
4646 reload_dir_packages=$( find /devel/packages -maxdepth 3 -type d -path " */src/*" ! -path " *.*" -exec echo ' --reload-dir {} \' \; )
4747
4848 exec sh -c "
49- cd services/autoscaling /src/simcore_service_director && \
49+ cd services/director /src/simcore_service_director && \
5050 python -m debugpy --listen 0.0.0.0:${DIRECTOR_REMOTE_DEBUGGING_PORT} -m uvicorn main:the_app \
5151 --host 0.0.0.0 \
5252 --reload \
You can’t perform that action at this time.
0 commit comments