Renders on PSP identically.

This commit is contained in:
2026-03-08 19:51:00 -05:00
parent 4bf26dc818
commit c161809248
18 changed files with 344 additions and 93 deletions

View File

@@ -2,6 +2,6 @@ FROM pspdev/pspdev:latest
WORKDIR /workdir
RUN apk add --no-cache \
python3 \
py3-pip
VOLUME ["/workdir"]
CMD [ "/bin/bash", "-c", "./scripts/build-psp.sh" ]
py3-pip \
py3-dotenv
VOLUME ["/workdir"]