gvaldap/entrypoint.sh
Jan Dittberner 7b4b19485f Improve docker setup
- add .dockerignore to minimize build context
- add runtime ldap and sasl libraries
- add entrypoint script to allow initialization as root and drop
  privileges for gvaldap.sh
- add importlib-metadata dependency required by celery
2023-02-20 13:03:09 +01:00

6 lines
49 B
Bash
Executable file

#!/bin/sh
set -e
su -c /srv/gvaldap.sh gvaldap