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