Merge branch 'main' into test

This commit is contained in:
Anthony Stirling
2023-12-29 20:48:27 +00:00
committed by GitHub
19 changed files with 2107 additions and 239 deletions

View File

@@ -62,4 +62,4 @@ ENV DOCKER_ENABLE_SECURITY=false
# Run the application
#USER stirlingpdfuser
ENTRYPOINT ["/scripts/init-without-ocr.sh"]
CMD ["java", "-jar", "/app.jar"]
CMD ["java", "-Dfile.encoding=UTF-8", "-jar", "/app.jar"]