Files
openproject/docker/dev/backend/scripts/run-app
T
Benjamin Bädorf 8be32c015f Update docker development documentation
Updated the docker development documentation and changed the backend run-app command to use `-u puma` instead of `thin`.
2020-10-15 14:16:19 +02:00

8 lines
124 B
Bash
Executable File

#!/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