Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -10,4 +10,4 @@ python3 /restore.py || echo "[Restore] Skipped or failed"
|
|
| 10 |
python3 /backup.py &
|
| 11 |
|
| 12 |
# Start VS Code (code-server)
|
| 13 |
-
exec code-server --bind-addr 0.0.0.0:7860 --auth none /home/vscode
|
|
|
|
| 10 |
python3 /backup.py &
|
| 11 |
|
| 12 |
# Start VS Code (code-server)
|
| 13 |
+
exec code-server --bind-addr 0.0.0.0:7860 --auth none /home/vscode/workspace
|