fix card badges to have better rarity visibility and other bugfixes
This commit is contained in:
parent
37d8bd5981
commit
262f0ea190
14 changed files with 4515 additions and 1255 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue