Skip to content

Commit bcaee13

Browse files
committed
Use JRE instead of JDK to reduce image size
1 parent 99805cc commit bcaee13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kanban-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY pom.xml /workspace
55
COPY src /workspace/src
66
RUN mvn -f pom.xml clean package
77

8-
FROM openjdk:8-alpine
8+
FROM openjdk:8-jre-alpine
99
COPY --from=build /workspace/target/*.jar app.jar
1010
EXPOSE 8080
1111
ENTRYPOINT ["java","-jar","app.jar"]

0 commit comments

Comments
 (0)