Sha256: e2a8ad60aefe2f8f1e65d5d444dae7296d28d88bc742262722426c67bc6df23c
Contents?: true
Size: 200 Bytes
Versions: 6
Compression:
Stored size: 200 Bytes
Contents
#!/bin/bash set -e # Remove a potentially pre-existing server.pid for Rails. rm -f /app/tmp/pids/server.pid # Then exec the container's main process (what's set as CMD in the Dockerfile). exec "$@"
Version data entries
6 entries across 3 versions & 1 rubygems