Skip to content

Commit 31ec38a

Browse files
committed
Fix Dockerfile
1 parent 52bded8 commit 31ec38a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ COPY pom.xml /
66
RUN mvn -f /pom.xml clean package
77

88
FROM openjdk:17-jdk-slim
9-
WORKDIR /
10-
COPY /src /src
119
COPY --from=build /target/*.jar application.jar
1210
EXPOSE 8080
1311
ENTRYPOINT ["java", "-jar", "application.jar"]

0 commit comments

Comments
 (0)