fix (worker): correct crash of the worker
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user