Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|