Spaces:
Paused
Paused
Sunset Mikoto commited on
Commit ·
a9ad891
1
Parent(s): 8ddd487
Fix 7860
Browse files
deploy-container/entrypoint.sh
CHANGED
|
@@ -97,4 +97,4 @@ fi
|
|
| 97 |
|
| 98 |
echo "[$PREFIX] Starting code-server..."
|
| 99 |
# Now we can run code-server with the default entrypoint
|
| 100 |
-
/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:
|
|
|
|
| 97 |
|
| 98 |
echo "[$PREFIX] Starting code-server..."
|
| 99 |
# Now we can run code-server with the default entrypoint
|
| 100 |
+
/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:7860 $START_DIR
|