Spaces:
Paused
Paused
Update entrypoint.py
Browse files- entrypoint.py +1 -1
entrypoint.py
CHANGED
|
@@ -24,4 +24,4 @@ with open("/home/coder/.config/code-server/config.yaml", "w") as f:
|
|
| 24 |
# Run code-server
|
| 25 |
cmd = ["code-server", "/workspace"]
|
| 26 |
process = subprocess.Popen(cmd)
|
| 27 |
-
process.wait(
|
|
|
|
| 24 |
# Run code-server
|
| 25 |
cmd = ["code-server", "/workspace"]
|
| 26 |
process = subprocess.Popen(cmd)
|
| 27 |
+
process.wait()
|