Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
plungu committed Feb 10, 2023
1 parent ca20a51 commit bef5f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN --mount=type=cache,target=/root/.m2 mvn -DskipTests -Dmaven.test.skip clean
# docker build -t zeebe-cherry-officepdf:1.0.0 .
FROM openjdk:17-alpine
COPY --from=builder /usr/src/app/target/zeebe-cherry-framework-*-jar-with-dependencies.jar /usr/src/app/app.jar
ENTRYPOINT ["java","-jar","usr/src/app/app.jar", "io.camunda.CherryApplication"]
ENTRYPOINT ["java","-jar","/usr/src/app/app.jar", "io.camunda.CherryApplication"]

0 comments on commit bef5f4f

Please sign in to comment.