diff --git a/examples/codex/run-workspaces.sh b/examples/codex/run-workspaces.sh old mode 100644 new mode 100755 index cdc77db..3b39731 --- a/examples/codex/run-workspaces.sh +++ b/examples/codex/run-workspaces.sh @@ -9,10 +9,10 @@ set -euo pipefail IMAGE='192.168.3.80/melabidi/mcp_web_dev_server:latest' # --- edit these four absolute paths --- -WORKSPACE_1='/path/to/workspace1' -WORKSPACE_2='/path/to/workspace2' -WORKSPACE_3='/path/to/workspace3' -WORKSPACE_4='/path/to/workspace4' +WORKSPACE_1='/Volumes/ExternalApps/repos/car_management_system' +WORKSPACE_2='/Volumes/ExternalApps/repos/alrahma_sunday_school' +WORKSPACE_3='/Volumes/ExternalApps/repos/alrahma_sunday_school_api' +WORKSPACE_4='/Volumes/ExternalApps/repos/alrahma_web_client' NAMES=(web-dev-ws1 web-dev-ws2 web-dev-ws3 web-dev-ws4) PORTS=(3939 3940 3941 3942)