Skip to content

Commit

Permalink
allow passing additionnal cli params as CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 7, 2024
1 parent f117b94 commit 71b3821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/enterprise/all-in-one/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

exec java $JAVA_OPTS -jar /opt/app.jar
exec java $JAVA_OPTS -jar /opt/app.jar $@

0 comments on commit 71b3821

Please sign in to comment.