Skip to content

Commit b877a44

Browse files
authored
Merge pull request #2 from softrams/vscode_extension
Install Gauge extension for VSCode
2 parents 71a88d9 + 14a1f96 commit b877a44

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ USER seluser
6363

6464
EXPOSE 8080
6565
WORKDIR /home/seluser
66-
ENTRYPOINT ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "."]
66+
67+
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", "/home/seluser/workspace"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
vscode:
4-
image: "softramsdocker/automation-toolset:1.0.3"
4+
image: "softramsdocker/automation-toolset:1.0.5"
55
ports:
66
- "8080:8080"
77
environment:

0 commit comments

Comments
 (0)