From 4a068fdec783abc38bd115a63e7432dc47728806 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 13 May 2026 23:06:32 -0400 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \