diff --git a/backend/api/Dockerfile b/backend/api/Dockerfile index 36705e8f..f4e95838 100644 --- a/backend/api/Dockerfile +++ b/backend/api/Dockerfile @@ -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"] \ No newline at end of file +CMD ["node", "backend/api/lib/serve.js"] \ No newline at end of file