Skip to content

Commit eb8121f

Browse files
authored
better formatting
1 parent 9d1fada commit eb8121f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deploy-container/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Docker Hub: `bencdr/code-server-deploy-container`
1414
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
1515

1616
```Dockerfile
17-
...
18-
19-
# You can add custom software and dependencies for your environment below
20-
# -----------
21-
2217
# Install a VS Code extension:
2318
# Note: we use a different marketplace than VS Code. See https://github.com/cdr/code-server/blob/main/docs/FAQ.md#differences-compared-to-vs-code
2419
RUN code-server --install-extension esbenp.prettier-vscode
@@ -28,10 +23,6 @@ RUN sudo apt-get install -y ubuntu-make
2823

2924
# Copy files:
3025
COPY deploy-container/myTool /home/coder/myTool
31-
32-
# -----------
33-
34-
...
3526
```
3627

3728
---

0 commit comments

Comments
 (0)