Set java file.encoding to support non-latin customizations with UI_APPNAME, UI_HOMEDESCRIPTION, etc
This commit is contained in:
parent
7f805d16a1
commit
a43e13cf94
3 changed files with 3 additions and 3 deletions
|
@ -42,4 +42,4 @@ EXPOSE 8080
|
|||
# Set user and run command
|
||||
##USER stirlingpdfuser
|
||||
ENTRYPOINT ["/scripts/init.sh"]
|
||||
CMD ["java", "-jar", "/app.jar"]
|
||||
CMD ["java", "-Dfile.encoding=UTF-8", "-jar", "/app.jar"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue