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