Update release doc to fix --user arg position

This commit is contained in:
Nick Sellen 2024-04-01 20:21:13 +01:00
parent 7964281022
commit 7e028c6c34
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ We now run the container as non-root user which means the file permissions need
After you deployment you can fix that by running:
```
abra app cmd <domain> app fix-permissions --user root
abra app cmd --user root <domain> app fix-permissions
```
(Note: we need `--user root` there, as we need to be `root` in the container to change the permissions)