mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Update Dockerfile
This commit is contained in:
parent
e9dda4df73
commit
bb2a06b9af
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ RUN apk add --no-cache bash
|
|||
|
||||
WORKDIR /opt
|
||||
|
||||
COPY target/ejemplo.jar .
|
||||
COPY target/pet-clinic.jar .
|
||||
|
||||
ENV JAVA_OPTS="-Xms32m -Xmx128m"
|
||||
|
||||
ENTRYPOINT exec java $JAVA_OPTS -jar ejemplo.jar
|
||||
ENTRYPOINT exec java $JAVA_OPTS -jar pet-clinic.jar
|
||||
|
|
Loading…
Reference in a new issue