PromucFlow_constructor/deploy/docker/fs
Shrikant Sharat Kandula 47d9a5e99e
fix: frame-ancestors env variable being overridden (#29521)
We're setting the default value for `APPSMITH_ALLOWED_FRAME_ANCESTORS`
before we initialize env variables from `docker.env`. This make the
default value take a higher precedence over the value configured in
`docker.env`. And since the value in `docker.env` is the one configured
from Admin Settings, it feels like the value configured from the UI is
being ignored.

This fixes the problem by moving the check for this env variable to
_inside_ the reconfigure script, and so doesn't affect any env
variables.
2023-12-11 19:25:12 +05:30
..
etc/supervisor chore: Remove cron job to renew cert from certbot 2023-12-05 15:01:14 +05:30
opt/appsmith fix: frame-ancestors env variable being overridden (#29521) 2023-12-11 19:25:12 +05:30
watchtower-hooks chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30