Merge branch 'main' into test

This commit is contained in:
Anthony Stirling 2023-12-29 20:48:27 +00:00 committed by GitHub
commit 3041e80c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 2107 additions and 239 deletions

View file

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