Working by adding user:1000 to recipe
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user