mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Fix CP commands
This commit is contained in:
parent
386f240381
commit
9d7cc62541
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ ENV TZ Africa/Johannesburg
|
|||
ENV DEPLOY_STAGE staging
|
||||
|
||||
WORKDIR /app
|
||||
COPY target/* /app/
|
||||
ADD target/ target
|
||||
|
||||
ENTRYPOINT ["java","-jar","/app/*.jar"]
|
||||
ENTRYPOINT ["java","-jar","/app/target/*.jar"]
|
Loading…
Reference in a new issue