Jan Dittberner
7b4b19485f
- 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
5 lines
49 B
Bash
Executable file
5 lines
49 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
su -c /srv/gvaldap.sh gvaldap
|