mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
fix: docker-compose was getting an error because there is no .env file.
This commit is contained in:
parent
5f7047d5ad
commit
ecdcacf6c3
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
// throw envresult.error
|
||||
envresult = require('dotenv').config();
|
||||
if (envresult.error) {
|
||||
throw envresult.error;
|
||||
log.debug(`There is no .env file. Continuing...`);
|
||||
//throw envresult.error;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue