Hi all,
What’s the simplest way you can think of to run the postgres14 image in a container that should use variables from BWS? It is part of a larger compose file, uses the official postgres14 image, and I have my own simple Dockerfile and an env file to provide the project and token. I was hoping I could just do this at the end of it:
USER postgres
CMD bws run --project-id "$BWS_PROJECT_ID" -- 'postgres'
But that results in:
postgres: could not access the server configuration file "/var/lib/postgresql/data/postgresql.conf": No such file or directory