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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -31,7 +31,5 @@ RUN code-server --install-extension betterthantomorrow.calva \
31
  # Открытие порта
32
  EXPOSE 5000
33
 
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"]
 
31
  # Открытие порта
32
  EXPOSE 5000
33
 
 
 
34
  # Запуск code-server без авторизации
35
  CMD ["code-server", "--auth", "password", "--port", "5000", "--host", "0.0.0.0"]