mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
run testing"
This commit is contained in:
parent
03b87d2b33
commit
68afd4ff07
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
FROM openjdk:8-jre-alpine
|
FROM openjdk:8-jre-alpine
|
||||||
WORKDIR /app
|
# WORKDIR /app
|
||||||
COPY /build/target/app.jar .
|
# COPY /build/target/app.jar .
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
RUN ls -a
|
RUN ls -a
|
||||||
RUN ls /app
|
# RUN ls /app
|
||||||
RUN ls $HOME
|
RUN ls $HOME
|
||||||
RUN ls /build
|
RUN ls /build
|
||||||
CMD [ "java", "-jar", "-Dspring.profiles.active=mysql" ,"app.jar" ]
|
# CMD [ "java", "-jar", "-Dspring.profiles.active=mysql" ,"app.jar" ]
|
||||||
|
|
Loading…
Reference in a new issue