OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docker/dev/backend/scripts/run-app

7 lines
124 B

#!/bin/sh
set -e
set -u
rm -rf "${OPENPROJECT_STORAGE_TMP__PATH:-tmp}/*"
exec bundle exec rails server -u puma -b 0.0.0.0