Skip to content

Commit

Permalink
try cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 15, 2024
1 parent 3554ea5 commit 3b8766a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions search/enterprise/metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ EXPOSE 8080

ADD *-app.jar /opt/app.jar

WORKDIR /opt
ENTRYPOINT exec java $JAVA_OPTS -jar app.jar
CMD ["java", "$JAVA_OPTS", "-jar", "/opt/app.jar"]

0 comments on commit 3b8766a

Please sign in to comment.