We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2883dd8 commit 2f8d4fdCopy full SHA for 2f8d4fd
1 file changed
start-app.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
-nohup rails s --port 5678 -e development > /dev/null 2>&1 &
+nohup rails s --port 5678 > /dev/null 2>&1 &
4
echo $! > pid.file
0 commit comments