Sha256: 5ffe87828b6e3c2526be011c0507256bb463137954aa469f14fa70236ba99f20
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
#!/bin/bash set -e # Remove a potentially pre-existing server.pid for Rails. rm tmp/pids/server.pid # Then exec the container's main process (what's set as CMD in the Dockerfile). exec "$@"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.4 | lib/roro/cli/templates/greenfield/docker-entrypoint.sh |