mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Latest update
This commit is contained in:
parent
39c4687fa6
commit
c95b67697b
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
target/*
|
||||
bin/*
|
||||
build/*
|
||||
.gradle/*
|
||||
|
@ -9,7 +8,6 @@ build/*
|
|||
.attach_pid*
|
||||
.idea
|
||||
*.iml
|
||||
/target
|
||||
.sts4-cache/
|
||||
.vscode
|
||||
_site/
|
||||
|
|
|
@ -12,7 +12,7 @@ COPY mvnw pom.xml ./
|
|||
COPY src ./src
|
||||
|
||||
# Package the application
|
||||
RUN ./mvnw clean package -DskipTests
|
||||
RUN ./mvnw clean package -Dmaven.test.skip=true
|
||||
|
||||
# Copy the JAR file to the app directory
|
||||
COPY target/*.jar app.jar
|
||||
|
|
Loading…
Reference in a new issue