💾 Volume for cache, default values for envs in compose
All checks were successful
Deploy application / deploy (push) Successful in 3s

This commit is contained in:
2025-02-09 13:54:35 +01:00
parent b6daf4268c
commit 06cc89f762
3 changed files with 6 additions and 3 deletions

View File

@ -89,7 +89,7 @@ async function main(): Promise<void> {
await ActualImpl.testConnection()
}
logger.info("Waiting for CRON job to start")
logger.info("Waiting for CronJob to start")
let actual: Actual | undefined
try {
cronJob = cronJobDaily(async () => {