Closed cjyetman closed 6 months ago
.env file is no longer copied into Docker image as of #217
.env
docker compose sets appropriate shell environment variables, and those can be/are read in with e.g. Sys.getenv("R_CONFIG_ACTIVE")
Sys.getenv("R_CONFIG_ACTIVE")
.env
file is no longer copied into Docker image as of #217docker compose sets appropriate shell environment variables, and those can be/are read in with e.g.
Sys.getenv("R_CONFIG_ACTIVE")