Skip to content

Commit 15ed52c

Browse files
nhooyrkylecarbs
authored andcommitted
Reverts parts of my last PR (#177)
Cannot mount data directory at the moment, we need to make code-server override all binaries in there instead of reusing and will wait until the new Dockerfile is pushed before removing the default entrypoint from README.md
1 parent d4f7328 commit 15ed52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Try it out:
1111
```bash
12-
docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" -v ~/.code-server:/root/.code-server codercom/code-server --allow-http --no-auth
12+
docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth
1313
```
1414

1515
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.

0 commit comments

Comments
 (0)