Skip to content

Commit

Permalink
Remove service version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohry committed Aug 13, 2024
1 parent 415c3f8 commit ecd8a5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN (chmod +x gradlew)
RUN (./gradlew clean build --warn)

FROM eclipse-temurin:21-jre as BuildImage
COPY build/libs/*.jar /app.jar
COPY build/libs/document-api.jar /app.jar
ENTRYPOINT ["java","-jar","app.jar"]
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
}

group = 'de.europace'
version = '1.0'

java {
toolchain {
Expand Down

0 comments on commit ecd8a5f

Please sign in to comment.