SnowFlash383935 commited on
Commit
ce2c870
·
verified ·
1 Parent(s): 7c6090c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ EXPOSE 5000
34
  ENV GITHUB_TOKEN=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
35
 
36
  # Запуск code-server без авторизации
37
- CMD ["code-server", "--auth", "none", "--port", "5000", "--host", "0.0.0.0"]
 
34
  ENV GITHUB_TOKEN=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
35
 
36
  # Запуск code-server без авторизации
37
+ CMD ["code-server", "--auth", "password", "--port", "5000", "--host", "0.0.0.0"]