fix (worker): correct crash of the worker

This commit is contained in:
Pierre Ryssen
2026-03-30 11:34:05 +02:00
parent 0a8e161c8d
commit 1a066e14df
2 changed files with 4 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ services:
condition: service_healthy
app:
condition: service_started
command: sh -c "sleep 30 && node worker/snapshot-worker.js"
command: sh -c "sleep 30 && tsx worker/snapshot-worker.ts"
volumes:
postgres_data: