Merge pull request 'Update README.md with real example for copying' (#4) from bohne/custom-html-tiny:bohne-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #4
This commit is contained in:
2026-05-12 18:48:38 +00:00

View File

@ -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
```