PromucFlow_constructor/deploy/docker/fs
Shrikant Sharat Kandula 2774f97d57
feat: Support running as a non-root user (#28290)
Running an Appsmith as a non-root user:

```sh
docker run --name appsmith --user 70:70
```

The `70:70` figures are the UID and GID respectively. It can mostly be
any number, safe to user figures are 70 to 79, or anything above 200 and
below 65000. The important bit, is that it shouldn't change on restart
or manual updates etc.

No product functionality should be affected when running as a non-root
user.
2023-11-15 11:28:25 +05:30
..
etc feat: password updation for supervisor basic auth native (#27267) 2023-09-20 15:52:35 +05:30
opt/appsmith feat: Support running as a non-root user (#28290) 2023-11-15 11:28:25 +05:30
watchtower-hooks chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30