summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-22 16:16:58 -0700
committermo khan <mo.khan@gmail.com>2020-11-22 16:16:58 -0700
commit0c2ea0d17db96060f66a97ecf53c4e2520975864 (patch)
treee8f605ef17219cb978e9288a443c56d9995f21d6 /bin
parent1e2ad4bc178a5e91e30c3b1386e4067ebf11a9d1 (diff)
feat: use rackup to run server
Diffstat (limited to 'bin')
-rwxr-xr-xbin/server2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/server b/bin/server
index 7e401e0..13c3872 100755
--- a/bin/server
+++ b/bin/server
@@ -7,4 +7,4 @@ RACK_ENV="${RACK_ENV:-development}"
export RACK_ENV
./bin/setup
-ruby -Ilib config.ru
+rackup config.ru