uhlibraries-digital/greens

View on GitHub
entrypoint-production.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

rm -f /greens-app/tmp/pids/server.pid

bundle exec rails s -p 3000 -b 0.0.0.0