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