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 e9f40d4 commit e015b13Copy full SHA for e015b13
Dockerfile
@@ -64,6 +64,6 @@ USER seluser
64
EXPOSE 8080
65
WORKDIR /home/seluser
66
67
-RUN /usr/local/bin/code-server --install-extension getgauge.gauge
+RUN mkdir -p /home/seluser/workspace && /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", "."]
+ENTRYPOINT ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "/home/seluser/workspace"]
0 commit comments