diff --git a/release/1.0.0+14.0.1 b/release/1.0.0+14.0.1 index 87a7ea7..ee4ea25 100644 --- a/release/1.0.0+14.0.1 +++ b/release/1.0.0+14.0.1 @@ -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 app fix-permissions --user root +abra app cmd --user root app fix-permissions ``` (Note: we need `--user root` there, as we need to be `root` in the container to change the permissions)