1 Open Issue Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub
Dockerfile 作成 about 2 months ago

AI Summary: Create a Dockerfile for a Puppeteer-based Node.js application that scrapes a website (CoMenu) weekly. The Dockerfile should use a multi-stage build to minimize the image size (under 200MB), install necessary dependencies (chromium and its dependencies), and execute a scraping script (`scripts/scrape_comenu.js`). The image should be built successfully and run without errors.

Complexity: 3/5
good first issue scraper backend