Compare commits

..

1 Commits

Author SHA1 Message Date
bohne d60556f060 Update README.md with real example for copying 2026-02-10 08:12:09 +00:00
2 changed files with 1 additions and 7 deletions
+1 -1
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
```
-6
View File
@@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}