docker: Fix merge conflict with #82

This commit is contained in:
Aron BenDaniel
2025-10-30 13:38:13 -04:00
parent 2956399b4b
commit 265799907d
+2 -2
View File
@@ -44,8 +44,8 @@ RUN ln -s /app/src/pdf/fonts /tmp/fonts
WORKDIR /app/src WORKDIR /app/src
ARG feature_flag=false ARG pdfs=false
ENV VITE_FEATURE_FLAG=$feature_flag ENV VITE_ENABLE_PDFS=$pdfs
EXPOSE 80 EXPOSE 80