Set java file.encoding to support non-latin customizations with UI_APPNAME, UI_HOMEDESCRIPTION, etc

This commit is contained in:
Andrey Voronkov
2023-12-29 12:35:02 +03:00
parent 7f805d16a1
commit a43e13cf94
3 changed files with 3 additions and 3 deletions

View File

@@ -60,4 +60,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"]