From ea9b0ebd5557814c659291a86aea42ff23748b85 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 1 Apr 2025 16:44:34 +0200 Subject: [PATCH] Update custom css readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbcdaf4..5eb9051 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +Copy the CSS and restart the container: ``` abra app cp my_custom.css app:/web/dist/assets/custom.css abra app restart app