3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/sh
|
||
|
exec su -l umap -c "/bin/bash /srv/umap/docker-entrypoint.sh"
|