From 29fe05705755498d9aba58b8af977e037a0a3064 Mon Sep 17 00:00:00 2001 From: nullptr <62841684+not-nullptr@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:46:18 +0000 Subject: [PATCH] fix: remove patches --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec4368c..48aed31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +COPY --from=builder /app/build /usr/share/nginx/html