Update entrypoint.sh

This commit is contained in:
Sergey
2024-11-29 11:58:15 +03:00
committed by GitHub
parent 911db20613
commit 446b0451ba

View File

@ -2,4 +2,5 @@
. /etc/bashrc
exec $@
#exec $@
exec bash -c "$@"