fix card badges to have better rarity visibility and other bugfixes

This commit is contained in:
badblocks 2025-04-06 22:33:01 -07:00
parent 37d8bd5981
commit 262f0ea190
14 changed files with 4515 additions and 1255 deletions

View file

@ -23,7 +23,7 @@ COPY .env.production /code/.env
ENV HOME=/code
# Install NPM & node.js
RUN apt-get update && apt-get install -y nodejs npm xvfb
RUN apt-get update && apt-get install -y nodejs npm xvfb netcat-openbsd
RUN playwright install-deps && playwright install