mirror of
https://github.com/coder/code-server.git
synced 2026-02-19 18:01:15 +08:00
Update Dockerfile
This commit is contained in:
parent
65a4f63e8a
commit
74764a8a58
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user