From 45937ac1738bc03c3fc5979fb73eaa70dc7a5e69 Mon Sep 17 00:00:00 2001 From: Eddy Chen <89349085+ecxyzzy@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:18:16 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20actually=20expose=20gc=20?= =?UTF-8?q?when=20running=20the=20scraper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/websoc-scraper-v2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]