Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 actually expose gc when running the scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Nov 27, 2023
1 parent 5196814 commit 45937ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/websoc-scraper-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 45937ac

Please sign in to comment.