Update entrypoint.sh

This commit is contained in:
Sergey 2024-11-29 11:14:23 +03:00 committed by GitHub
parent 1eb2f650dc
commit 6cd4c658a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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