mirror of
https://github.com/gotson/komga.git
synced 2026-01-06 07:44:35 +01:00
build(docker): use new Spring Boot jar launcher
This commit is contained in:
parent
3b25396998
commit
fbb2b6bcff
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,6 @@ COPY --from=builder application/ ./
|
|||
ENV KOMGA_CONFIGDIR="/config"
|
||||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
|
||||
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu"
|
||||
ENTRYPOINT ["java", "--enable-preview", "--enable-native-access=ALL-UNNAMED", "org.springframework.boot.loader.JarLauncher", "--spring.config.additional-location=file:/config/"]
|
||||
ENTRYPOINT ["java", "--enable-preview", "--enable-native-access=ALL-UNNAMED", "org.springframework.boot.loader.launch.JarLauncher", "--spring.config.additional-location=file:/config/"]
|
||||
EXPOSE 25600
|
||||
LABEL org.opencontainers.image.source="https://github.com/gotson/komga"
|
||||
|
|
|
|||
Loading…
Reference in a new issue