debugging

This commit is contained in:
2025-12-02 13:20:16 -05:00
parent 16c68c085b
commit f49e0f5158
3 changed files with 6 additions and 3 deletions

View File

@ -12,6 +12,8 @@ set -e
[ -f /run/secrets/email_pass ] && export DJANGO_EMAIL_HOST_PASSWORD="$(cat /run/secrets/email_pass)"
# if not in "env" mode, then execute the original entrypoint and command
echo "++ new entrypoint!"
echo "++ cmd: $@"
if [ ! "$1" = "-e" ]; then
exec "$@"
fi