We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a4f63 commit 74764a8Copy full SHA for 74764a8
Dockerfile
@@ -1,8 +1,6 @@
1
-FROM coder/code-server:4.96.2
+FROM coder/code-server:latest
2
3
ENV PORT=8080
4
EXPOSE 8080
5
6
-CMD ["code-server", \
7
- "--bind-addr", "0.0.0.0:8080", \
8
- "--auth", "none"]
+CMD ["code-server", "--bind-addr", "0.0.0.0:8080", "--auth", "none"]
0 commit comments