remove "-r require-metadata" from dockerfile

This commit is contained in:
Amruth Pillai
2026-01-24 14:18:37 +01:00
parent e94550b7b2
commit 333b5e50c4
+1 -1
View File
@@ -60,4 +60,4 @@ EXPOSE 3000/tcp
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
CMD curl -f http://localhost:3000/api/health || exit 1
ENTRYPOINT ["node", "-r", "reflect-metadata", ".output/server/index.mjs"]
ENTRYPOINT ["node", ".output/server/index.mjs"]