fix resource locations
This commit is contained in:
parent
d1691128b3
commit
7f94b28737
4 changed files with 0 additions and 1 deletions
|
@ -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"]
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Loading…
Reference in a new issue