Muhammad Kamran
Muhammad Kamran
Login failed, please check your credentials (no more retries). any solutions please ?
Error: 500 Internal Server Error Cannot run program "wkhtmltopdf": error=2, No such file or directory for path: /api/v1/convert/url/pdf
yes docker. here is my docker-compose.yaml `version: '3.3' services: stirling-pdf: image: frooodle/s-pdf:latest container_name: s-pdf ports: - '8200:8080' volumes: - ./spdf/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages - ./spdf/extraConfigs:/configs environment: APP_LOCALE: es-ES...
> Is this docker? Please update.
like this? docker run -d -p HOST_PORT:CONTAINER_PORT --name CONTAINER_NAME -v HOST_JAR_FILE_PATH:CONTAINER_JAR_FILE_PATH IMAGE_NAME:TAG Where is the app.jar located in the Stirling PDF project directory? docker run -d -p 8200:8080 --name s-pdf...
> to swap out the new jar once built It is not possible to implement the new changes without building.
> you can keep the older docker image and add the newly built jar Yes I've keep the older docker image, please explain how to built newly jar? After changes...
> The gradle build builds the new jar It's in the build/libs folder > > That new jar you can add to docker with the volume mount Thank you so...
Thank you so much @Frooodle, I've managed to mount the newly built JAR file, and the changes have been successfully applied.
> These files are automatically installed at first startup as modules named "tentacles" Thank you @Herklos These files will also be automatically installed if I run this via Docker, right?