mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
fix docker image which would not run components and beans tagged with prod profile
This commit is contained in:
parent
48de4e4d6a
commit
c6d9fd1b22
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ ARG DEPENDENCY=target/dependency
|
|||
COPY ${DEPENDENCY}/BOOT-INF/lib /app/lib
|
||||
COPY ${DEPENDENCY}/META-INF /app/META-INF
|
||||
COPY ${DEPENDENCY}/BOOT-INF/classes /app
|
||||
ENV SPRING_PROFILES_ACTIVE=docker
|
||||
ENV SPRING_PROFILES_ACTIVE=prod,docker
|
||||
ENTRYPOINT ["java","-cp","app:app/lib/*","org.gotson.komga.ApplicationKt"]
|
||||
Loading…
Reference in a new issue