adhip94 commented on issue #15286:
URL: https://github.com/apache/superset/issues/15286#issuecomment-865218992
> Hi,
> I have a similar setup, here's what I did
>
> Dockerfile :
>
> ```dockerfile
> FROM .......superset parent image you want
>
> ADD superset_config.py /app/pythonpath/
> ```
>
> and the file `superset_config.py` itself contains your configuration
>
> ```python
> FEATURE_FLAGS = {
> "ENABLE_TEMPLATE_PROCESSING": True
> }
> ```
>
> less flexible than a mounted volume but works in a serverless environment.
> Just `docker build` from this Dockerfile and you can deploy on your
production env.
Thanks, but I am already running superset using docker-compose and I was
trying to figure out on which path to mount it to.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]