fix: create apps.txt during configuration

This commit is contained in:
Revant Nandgaonkar 2023-02-15 16:49:13 +05:30
parent be66a1f468
commit 1d99370fe1
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ services:
- -c
command:
- >
ls -1 apps > sites/apps.txt;
bench set-config -g db_host $$DB_HOST;
bench set-config -gp db_port $$DB_PORT;
bench set-config -g redis_cache "redis://$$REDIS_CACHE";

View file

@ -20,6 +20,7 @@ services:
- -c
command:
- >
ls -1 apps > sites/apps.txt;
bench set-config -g db_host $$DB_HOST;
bench set-config -gp db_port $$DB_PORT;
bench set-config -g redis_cache "redis://$$REDIS_CACHE";