mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
c9256e644c
Co-authored-by: Oliver Günther <mail@oliverguenther.de>
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
HOST="${HOST:=127.0.0.1}"
|
|
PORT="${PORT:=8080}"
|
|
|
|
bundle exec rails server -u puma -b $HOST -p $PORT |