Update Dockerfile

This commit is contained in:
AliVSCode 2026-01-07 21:50:04 +03:30 committed by GitHub
parent 65a4f63e8a
commit 74764a8a58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
FROM coder/code-server:4.96.2
FROM coder/code-server:latest
ENV PORT=8080
EXPOSE 8080
CMD ["code-server", \
"--bind-addr", "0.0.0.0:8080", \
"--auth", "none"]
CMD ["code-server", "--bind-addr", "0.0.0.0:8080", "--auth", "none"]