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 ac7322c commit 0b2136aCopy full SHA for 0b2136a
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM coder/code-server:latest
2
+
3
+EXPOSE 8080
4
5
+HEALTHCHECK --interval=10s --timeout=5s --start-period=30s --retries=5 \
6
+ CMD curl -f http://localhost:8080/ || exit 1
7
8
+CMD ["code-server", "--bind-addr", "0.0.0.0:8080", "--auth", "password"]
0 commit comments