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