6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
bundle exec puma -C config/puma.rb
|