diff --git a/Dockerfile b/Dockerfile index f0957bed4..aa1eb3254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]