We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99805cc commit bcaee13Copy full SHA for bcaee13
kanban-app/Dockerfile
@@ -5,7 +5,7 @@ COPY pom.xml /workspace
5
COPY src /workspace/src
6
RUN mvn -f pom.xml clean package
7
8
-FROM openjdk:8-alpine
+FROM openjdk:8-jre-alpine
9
COPY --from=build /workspace/target/*.jar app.jar
10
EXPOSE 8080
11
ENTRYPOINT ["java","-jar","app.jar"]
0 commit comments