fix resource locations

This commit is contained in:
f43nd1r 2019-11-22 01:56:51 +01:00
parent d1691128b3
commit 7f94b28737
4 changed files with 0 additions and 1 deletions

View file

@ -2,6 +2,5 @@ FROM openjdk:8-jdk-alpine
VOLUME /tmp
ARG DEPENDENCY=target/dependency
COPY ${DEPENDENCY}/WEB-INF/lib /acrarium/lib
COPY ${DEPENDENCY}/META-INF /acrarium/META-INF
COPY ${DEPENDENCY}/WEB-INF/classes /acrarium
ENTRYPOINT ["java","-cp","acrarium:acrarium/lib/*","com.faendir.acra.BackendApplication"]

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB