Working by adding user:1000 to recipe

This commit is contained in:
2025-12-02 20:33:41 -05:00
parent bd3c2c17d2
commit 41c73faa24
2 changed files with 22 additions and 23 deletions

View File

@ -12,8 +12,6 @@ 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