diff --git a/Dockerfile b/Dockerfile index 5043a96..8e9ac0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,4 +88,4 @@ EXPOSE 3000 3002 HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \ CMD wget --no-verbose --tries=1 --spider http://localhost:3002/api/health || exit 1 -CMD ["pm2-runtime", "ecosystem.config.js"] \ No newline at end of file +CMD ["pm2-runtime", "ecosystem.config.cjs"] \ No newline at end of file