jodconverter / docker-image-jodconverter-examples

Docker image with jodconverter + libreoffice for document conversion through a REST api
https://github.com/sbraconnier/jodconverter
MIT License
72 stars 32 forks source link

label spring.config.additional-location as optional #19

Closed AlwinEgger closed 2 years ago

AlwinEgger commented 2 years ago

18

IvanMir014 commented 2 years ago

I need this merged ASAP please tested and working.

AlwinEgger commented 2 years ago

Workaround for Kubernetes:

Add an args parameter containing something unused (empty args: [] does not work as it gets omitted).

    spec:
      containers:
        - name: cool-pdf-converter
          image: eugenmayer/jodconverter:rest
          args: ['noop']