Add commit hiding for docker build fix

This commit is contained in:
Aria 2025-03-10 22:25:48 +11:00
parent e14a8dd894
commit be848a1d04
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ RUN wget https://github.com/shssoichiro/oxipng/releases/download/v9.1.3/oxipng_9
RUN apt-get install -y ./oxipng_9.1.3-1_amd64.deb
RUN rm ./oxipng_9.1.3-1_amd64.deb
RUN pnpm run build
RUN PUBLIC_COMMIT="" pnpm run build
ENV HOST=0.0.0.0
ENV PORT=4321