From 57ead7ae8f2f37f2efed87810d4466b51da3cb17 Mon Sep 17 00:00:00 2001 From: not-nullptr <62841684+not-nullptr@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:55:17 +0000 Subject: [PATCH] Revert "fix: remove patches" This reverts commit 29fe05705755498d9aba58b8af977e037a0a3064. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48aed31..ec4368c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ ENV PUB_HOSTNAME=${PUB_HOSTNAME} ENV PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL} COPY package.json ./ +COPY patches/ ./patches RUN bun install @@ -22,4 +23,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 \ No newline at end of file