Skip to content

Commit 5b2d657

Browse files
committed
Handle passing arguments to docker-run command
1 parent d86b220 commit 5b2d657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ case "$1" in
6262

6363
*)
6464
echo "Database is not configured. Please run /etc/init.d/oracle-xe configure if needed."
65-
$1
65+
exec "$@"
6666
;;
6767
esac

0 commit comments

Comments
 (0)