fix: docker compose env file

This commit is contained in:
Andras Bacsai
2023-08-12 00:10:14 +02:00
parent 1c8c567791
commit 3b25c8f96b
4 changed files with 18 additions and 17 deletions

View File

@@ -381,7 +381,6 @@ main()
reEncryptSecrets()
.catch((e) => {
console.error(e);
process.exit(1);
})
.finally(async () => {
await prisma.$disconnect();