Files
astuto/docker-entrypoint-prod.sh
2022-09-15 17:15:12 +02:00

8 lines
118 B
Bash
Executable File

#!/bin/sh
set -e
sh docker-entrypoint.sh
# Launch Rails server in production
bundle exec rails server -e production