Update custom css readme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
06aafce852
commit
ea9b0ebd55
10
README.md
10
README.md
@ -97,12 +97,18 @@ Run this command after every deploy/upgrade:
|
|||||||
|
|
||||||
## Custom CSS
|
## Custom CSS
|
||||||
|
|
||||||
uncomment:
|
Uncomment the folling env:
|
||||||
|
|
||||||
```
|
```
|
||||||
COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml"
|
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 cp <app_name> my_custom.css app:/web/dist/assets/custom.css
|
||||||
abra app restart <app_name> app
|
abra app restart <app_name> app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user