ThongCoder commited on
Commit
4a5cf8f
·
verified ·
1 Parent(s): fde2782

Update entrypoint.py

Browse files
Files changed (1) hide show
  1. entrypoint.py +1 -1
entrypoint.py CHANGED
@@ -40,7 +40,7 @@ cmd = [
40
  "code-server",
41
  "--bind-addr", "0.0.0.0:7860",
42
  "--auth", "password",
43
- "--config", config_path,
44
  "--user-data-dir", f"{home}/.local/share/code-server",
45
  "/workspace"
46
  ]
 
40
  "code-server",
41
  "--bind-addr", "0.0.0.0:7860",
42
  "--auth", "password",
43
+ "--password", password,
44
  "--user-data-dir", f"{home}/.local/share/code-server",
45
  "/workspace"
46
  ]