From 76e0338d7f81c754f6a971cb6caf4428263a7822 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sat, 9 Mar 2019 18:01:53 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42189d1f..53e91bbd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Try it out: ```bash -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 +docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth ``` - Code on your Chromebook, tablet, and laptop with a consistent dev environment.