mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
feat: switch to JRE for docker image
this will reduce the file size of the docker image
This commit is contained in:
parent
6c00ef1287
commit
320649594f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM adoptopenjdk:11-jdk-hotspot
|
||||
FROM adoptopenjdk:11-jre-hotspot
|
||||
VOLUME /tmp
|
||||
ARG DEPENDENCY=build/dependency
|
||||
COPY ${DEPENDENCY}/BOOT-INF/lib /app/lib
|
||||
|
|
|
|||
Loading…
Reference in a new issue