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 3b8766a commit 4dc9521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/enterprise/metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ EXPOSE 8080

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

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

0 comments on commit 4dc9521

Please sign in to comment.