docker file update

This commit is contained in:
Calvin Li 2025-07-17 17:51:23 -04:00 committed by GitHub
parent a28ce8af02
commit 61acd31a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ COPY app/core/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/no
COPY app/core/build/libs/*.jar app.jar
ARG VERSION_TAG
ARG LANGS
LABEL org.opencontainers.image.title="Stirling-PDF"
LABEL org.opencontainers.image.description="A powerful locally hosted web-based PDF manipulation tool supporting 50+ operations including merging, splitting, conversion, OCR, watermarking, and more."

View File

@ -32,6 +32,7 @@ COPY app/core/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/no
COPY --from=build /app/app/core/build/libs/*.jar app.jar
ARG VERSION_TAG
ARG LANGS
# Set Environment Variables
ENV DISABLE_ADDITIONAL_FEATURES=true \

View File

@ -2,6 +2,7 @@
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
ARG VERSION_TAG
ARG LANGS
# Set Environment Variables
ENV DISABLE_ADDITIONAL_FEATURES=true \