Closed stefandesu closed 4 years ago
This would make Docker deployment (#105) much easier as we could hardcode it into the container to use a certain path.
At the same time, we can add dotenv so we can use a .env file to set CONFIG_FILE and NODE_ENV.
.env
CONFIG_FILE
NODE_ENV
This would make Docker deployment (#105) much easier as we could hardcode it into the container to use a certain path.
At the same time, we can add dotenv so we can use a
.env
file to setCONFIG_FILE
andNODE_ENV
.