fixing broken puppeteer providers in docker caused by alpine chromium 146 crashing / switched to debian slim with puppeteer's own chrome for testing / dropped 2-stage build / run as non-root / purge build tools after install, improve docker-test.sh to verify it all works. That's it. ;)

This commit is contained in:
orangecoding
2026-03-20 19:19:20 +01:00
parent b531a7b77a
commit 3ed17f4442
3 changed files with 99 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "20.0.6",
"version": "20.0.7",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",