Update custom css readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-04-01 16:44:34 +02:00
parent 06aafce852
commit ea9b0ebd55
Signed by: moritz
GPG Key ID: 1020A035E5DD0824

View File

@ -97,12 +97,18 @@ Run this command after every deploy/upgrade:
## Custom CSS
uncomment:
Uncomment the folling env:
```
COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml"
```
Run:
Redeploy the app:
```
abra app deploy -f <app_name>
```
Copy the CSS and restart the container:
```
abra app cp <app_name> my_custom.css app:/web/dist/assets/custom.css
abra app restart <app_name> app