From 265799907d53637b3c5896ae956f898a5ed46487 Mon Sep 17 00:00:00 2001 From: Aron BenDaniel <144371000+AaronBenDaniel@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:38:13 -0400 Subject: [PATCH] docker: Fix merge conflict with #82 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d470f34..977638f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,8 @@ RUN ln -s /app/src/pdf/fonts /tmp/fonts WORKDIR /app/src -ARG feature_flag=false -ENV VITE_FEATURE_FLAG=$feature_flag +ARG pdfs=false +ENV VITE_ENABLE_PDFS=$pdfs EXPOSE 80