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 71a88d9 commit e9f40d4Copy full SHA for e9f40d4
Dockerfile
@@ -63,4 +63,7 @@ USER seluser
63
64
EXPOSE 8080
65
WORKDIR /home/seluser
66
-ENTRYPOINT ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "."]
+
67
+RUN /usr/local/bin/code-server --install-extension getgauge.gauge
68
69
+ENTRYPOINT ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "."]
0 commit comments