1
0
Fork 0
docker-umap/drop-privileges.sh

3 lines
72 B
Bash
Executable File

#!/bin/sh
exec su -l umap -c "/bin/bash /srv/umap/docker-entrypoint.sh"