Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e
|
| 3 |
|
|
|
|
|
|
|
| 4 |
# Run restore before starting VS Code
|
| 5 |
python3 /restore.py || echo "[Restore] Skipped or failed"
|
| 6 |
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e
|
| 3 |
|
| 4 |
+
export PATH=$PATH:/home/vscode/.local/bin
|
| 5 |
+
|
| 6 |
# Run restore before starting VS Code
|
| 7 |
python3 /restore.py || echo "[Restore] Skipped or failed"
|
| 8 |
|