mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
fix: name of dependency
directory
This commit is contained in:
parent
bc95525543
commit
8097fe1bc4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ RUN mvn dependency:go-offline
|
|||
|
||||
COPY src /workdir/server/src
|
||||
RUN mvn install
|
||||
RUN mkdir -p target/depency
|
||||
RUN mkdir -p target/dependency
|
||||
WORKDIR /workdir/server/target/dependency
|
||||
RUN jar -xf ../*.jar
|
||||
|
||||
|
@ -17,4 +17,4 @@ ARG DEPENDENCY=/workdir/server/target/dependency
|
|||
COPY --from=builder ${DEPENDENCY}/BOOT-INF/lib /app/lib
|
||||
COPY --from=builder ${DEPENDENCY}/META-INF /app/META-INF
|
||||
COPY --from=builder ${DEPENDENCY}/BOOT-INF/classes /app
|
||||
ENTRYPOINT ["java","-cp","app:app/lib/*","com.company.project.Application"]
|
||||
ENTRYPOINT ["java","-cp","app:app/lib/*","com.company.project.Application"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue