We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1fada commit eb8121fCopy full SHA for eb8121f
deploy-container/README.md
@@ -14,11 +14,6 @@ Docker Hub: `bencdr/code-server-deploy-container`
14
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
15
16
```Dockerfile
17
-...
18
-
19
-# You can add custom software and dependencies for your environment below
20
-# -----------
21
22
# Install a VS Code extension:
23
# 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
24
RUN code-server --install-extension esbenp.prettier-vscode
@@ -28,10 +23,6 @@ RUN sudo apt-get install -y ubuntu-make
28
29
# Copy files:
30
25
COPY deploy-container/myTool /home/coder/myTool
31
32
33
34
35
26
```
36
27
37
---
0 commit comments