docker-nexus/start

10 lines
142 B
Bash
Executable File

#!/bin/bash
# run everything in start.d
find /start.d -type f -executable -exec {} \;
chown nexus /nexus
# start services
exec supervisord