ThongCoder commited on
Commit
9780e53
verified
1 Parent(s): f245f86

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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