this might be a dumb question but I am setting up ...
# getting-started
a
this might be a dumb question but I am setting up a docker container for meltano and running into an issue around readonly settings. • In my Dockerfile, i have
ENV MELTANO_PROJECT_READONLY 0
• When I spin up the container, I see this (
Current value is still: True (from the environment)
) I think I am missing something simple, but my brain is fried. Any help would be appreciated! (if this is the wrong channel, please lmk!)
e
Hey @aditya_goyal. Just to rule it out, after you changed
ENV MELTANO_PROJECT_READONLY 0
, did you rebuild the image?
a
yes, can rebuild again to test (rebuilding...)
@edgar_ramirez_mondragon looks like it is working after 3rd rebuild on coworker's laptop. Going to try mine similarly, sorry for the inconvenience. Will shout if we see anything meltano specific or if its the way we are rebuilding images