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