fix: remove patches

This commit is contained in:
nullptr 2025-03-06 19:46:18 +00:00 committed by GitHub
parent a47e6f973f
commit 29fe057057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ ENV PUB_HOSTNAME=${PUB_HOSTNAME}
ENV PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL}
COPY package.json ./
COPY patches/ ./patches
RUN bun install
@ -23,4 +22,4 @@ FROM nginx:stable-alpine
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /app/build /usr/share/nginx/html
COPY --from=builder /app/build /usr/share/nginx/html