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