From d60556f0609ad4883d9b58de7f678932b1bfc120 Mon Sep 17 00:00:00 2001 From: bohne Date: Tue, 10 Feb 2026 08:12:09 +0000 Subject: [PATCH] Update README.md with real example for copying --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b02048..b734b90 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ Custom HTML website, served using thttpd 5. `abra app deploy YOURAPPDOMAIN` 6. Copy your files to the container, using something like ``` -abra app YOURAPPDOMAIN cp index.html app:/content +abra app cp YOURAPPDOMAIN index.html app:/var/www/http ``` -- 2.49.0