9140613a96
The starting scripts now `exec` the main service instead of starting it as a subprocess. Also in line with docker-entrypoint recommendations.
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
exec java -cp "/usr/share/prescheck/lib/*" org.bigbluebutton.prescheck.Main $@
|