diff --git a/services/websoc-scraper-v2/Dockerfile b/services/websoc-scraper-v2/Dockerfile index 495e9a71..7d3525f3 100644 --- a/services/websoc-scraper-v2/Dockerfile +++ b/services/websoc-scraper-v2/Dockerfile @@ -4,4 +4,4 @@ RUN apt-get update -y && apt-get install -y openssl USER node WORKDIR /home/node COPY --chown=node:node dist . -CMD ["node", "index.mjs"] +CMD ["node", "--expose-gc", "index.mjs"]