Dockerfile grabs API url from the .env file. This means if you are developing locally but also building to push to production you will need to constantly change the values in .env when switching between both. Ideally we would support having a set of config values for local dev, and another for production. |