ci(docker): force LC_ALL to UTF-8

closes #676
This commit is contained in:
Gauthier Roebroeck 2021-09-15 10:03:37 +08:00
parent 502eee6fee
commit 6a514350fb

View file

@ -11,5 +11,6 @@ ENV KOMGA_DATABASE_FILE="/config/database.sqlite"
ENV KOMGA_LUCENE_DATA_DIRECTORY="/config/lucene"
ENV SPRING_ARTEMIS_EMBEDDED_DATA_DIRECTORY="/config/artemis"
ENV LOGGING_FILE_NAME="/config/logs/komga.log"
ENV LC_ALL=en_US.UTF-8
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]
EXPOSE 8080