Files
astuto/docker-entrypoint-prod.sh

8 lines
118 B
Bash
Raw Permalink Normal View History

2022-09-15 17:15:12 +02:00
#!/bin/sh
set -e
sh docker-entrypoint.sh
# Launch Rails server in production
bundle exec rails server -e production