mirror of
https://github.com/coder/code-server.git
synced 2026-02-19 18:01:15 +08:00
6 lines
121 B
Docker
6 lines
121 B
Docker
FROM ghcr.io/coder/code-server:latest
|
|
|
|
EXPOSE 8080
|
|
|
|
CMD ["code-server", "--bind-addr", "0.0.0.0:8080", "--auth", "none"]
|