Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
removed Entrypoint
  • Loading branch information
Murphius authored Nov 27, 2022
1 parent c7c58d3 commit 3f134ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ RUN mvn package
FROM openjdk:11-jre-slim
RUN echo '#!/bin/sh\nexec java -jar /opt/LintedData.jar "$@"' >> /bin/LintedData && chmod +x /bin/LintedData
COPY --from=builder target/LintedData.jar /opt/LintedData.jar

ENTRYPOINT ["/bin/LintedData"]

0 comments on commit 3f134ab

Please sign in to comment.