Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set no-op mandatory env vars for Docker build
Our app requires some environment variables, and will refuse to boot if they are not set to ensure we don't bring up the app without missing config. Unfortunately, this means we need to manually set these in the Dockerfile build stage too so that the assets can be built.
- Loading branch information