mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
added missing working dir
This commit is contained in:
parent
56b252042e
commit
88530113e8
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ FROM openjdk:8-jre-alpine
|
|||
EXPOSE 8080
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build-env /target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar ./spring-petclinic.jar
|
||||
COPY --from=build-env /app/target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar ./spring-petclinic.jar
|
||||
CMD ["java", "-jar", "/spring-petclinic.jar"]
|
||||
|
|
Loading…
Reference in a new issue