Skip to content
Snippets Groups Projects
Commit c755b22b authored by Joshua Short's avatar Joshua Short
Browse files

Pass arguments to Docker entry point at runtime

parent 3201d22c
No related branches found
No related tags found
No related merge requests found
......@@ -119,4 +119,4 @@ fi
# Launch the application
# exec is here twice on purpose to ensure that metabase runs as PID 1 (the init process)
# and thus receives signals sent to the container. This allows it to shutdown cleanly on exit
exec su metabase -s /bin/sh -c "exec java $JAVA_OPTS -jar /app/metabase.jar"
exec su metabase -s /bin/sh -c "exec java $JAVA_OPTS -jar /app/metabase.jar $@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment