8b17a33a75
In production, we have extra containers for it.
7 lines
181 B
Bash
Executable File
7 lines
181 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo "Starting Fizzy on http://localhost:3006"
|
|
echo "Login with david@37signals.com using secret123456"
|
|
|
|
SOLID_QUEUE_IN_PUMA=true exec ./bin/rails server -p 3006
|