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

Version Path
big_session-0.1.2 examples/landing_page_app_and_core_app/app_core/entrypoint.sh
big_session-0.1.2 examples/landing_page_app_and_core_app/app_lp/entrypoint.sh
big_session-0.1.1 examples/landing_page_app_and_core_app/app_core/entrypoint.sh
big_session-0.1.1 examples/landing_page_app_and_core_app/app_lp/entrypoint.sh
big_session-0.1.0 examples/landing_page_app_and_core_app/app_core/entrypoint.sh
big_session-0.1.0 examples/landing_page_app_and_core_app/app_lp/entrypoint.sh