This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
269a20c914
bigbluebutton-Github
/
bbb-lti
/
run.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix LTI logs.
2019-07-14 19:32:28 +08:00
#!/usr/bin/env bash
rm -rf libs
grails clean
grails compile
Services run as starting PID The starting scripts now `exec` the main service instead of starting it as a subprocess. Also in line with docker-entrypoint recommendations.
2021-04-05 18:24:29 +08:00
exec
grails prod run-app --port
8181
Reference in New Issue
Copy Permalink