mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:05:49 +00:00
Change ADD to COPY
This commit is contained in:
parent
e8053365a6
commit
20c33b223b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ LABEL Gabri Botha <bothagabri@gmail.com>
|
|||
ENV TZ Africa/Johannesburg
|
||||
ENV DEPLOY_STAGE staging
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
ADD target/ target
|
||||
|
||||
ENTRYPOINT ["java","-jar","/app/target/*.jar"]
|
||||
ENTRYPOINT ["java","-jar","./target/*.jar"]
|
||||
|
|
Loading…
Reference in a new issue