fix(api,worker): general improvements for workers, debugging and logging

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-12-03 13:25:05 +01:00
parent a72ac97f93
commit ee0f7e7d75
9 changed files with 97 additions and 26 deletions

View File

@@ -78,4 +78,4 @@ WORKDIR /app/apps/worker
EXPOSE 3000
CMD ["pnpm", "start"]
CMD ["node", "dist/index.js"]