diff --git a/README.md b/README.md index 1cde4af..14b9374 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Function I use to execute the sandbox: sandbox() { if ! docker ps -a --format '{{.Names}}' | grep -q '^dev-sandbox$'; then docker run -dit --name dev-sandbox \ - --env-file ~/rescale/dev_sandbox/.env \ + --env-file ~/repos/dev_sandbox/.env \ -v ~/repos:/workspace \ -v pi-state:/root/.pi \ -v /var/run/docker.sock:/var/run/docker.sock \