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

@@ -43,4 +43,4 @@ ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI
ENTRYPOINT ["/scripts/init-without-ocr.sh"]
# Run the application
CMD ["java", "-jar", "/app.jar"]
CMD ["java", "-Dfile.encoding=UTF-8", "-jar", "/app.jar"]