Skip to content

Commit 90d4205

Browse files
committed
typo
1 parent 9108036 commit 90d4205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/director/docker/boot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)