From b6aa829da845657bab09c78c3630757ce50b8a9d Mon Sep 17 00:00:00 2001 From: basebuilder Date: Wed, 14 Feb 2024 00:17:39 +0000 Subject: [PATCH] fix abra app cp command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b73b5e..6f48390 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Custom HTML website, served using Nginx. 4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box 5. `abra app deploy YOURAPPDOMAIN` -6. Copy your files to the container, using something like +6. Copy your files to the container using: ``` -abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html +abra app cp YOURAPPDOMAIN index.html app:/usr/share/nginx/html ``` [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra