Skip to content

Commit

Permalink
fix docker image which would not run components and beans tagged with…
Browse files Browse the repository at this point in the history
… prod profile
  • Loading branch information
gotson committed Oct 22, 2019
1 parent 48de4e4 commit c6d9fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c6d9fd1

Please sign in to comment.