Simplify Docker CMD by removing tsconfig-paths/register usage

This commit is contained in:
MartinBraquet
2026-05-11 21:44:31 +02:00
parent 160397a6cd
commit 3535e059fe

View File

@@ -32,4 +32,4 @@ COPY dist ./
# Use PM2 to run the application with the ecosystem config (was only for VM, not cloud run)
#CMD ["pm2-runtime", "ecosystem.config.js"]
CMD ["node", "-r", "tsconfig-paths/register", "backend/api/lib/serve.js"]
CMD ["node", "backend/api/lib/serve.js"]