Sha256: 23d70207cb2ce5dd8d96bd8fdd1f4805e80b98a67ae5f2da209aa61d6bd98f33

Contents?: true

Size: 398 Bytes

Versions: 23

Compression:

Stored size: 398 Bytes

Contents

#!/bin/bash
set -e
# change mongoid.yml for docker
cp /myapp/config/mongoid.yml-docker /myapp/config/mongoid.yml
# Remove a potentially pre-existing server.pid for Rails.
rm -f /myapp/tmp/pids/server.pid
# Compile the assets
bundle exec rake assets:precompile
# Add admin user
# rake db:seed
rake jinda:seed
# Then exec the container's main process (what's set as CMD in the Dockerfile).
exec "$@"

Version data entries

23 entries across 20 versions & 2 rubygems

Version Path
jinda-0.8.0 test/dummy/entrypoint.sh
jinda-0.8.0 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.7.4 test/dummy/entrypoint.sh
jinda-0.7.7.4 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.7.3 test/dummy/entrypoint.sh
jinda-0.7.7.3 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.7.2 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.7.1 lib/generators/jinda/templates/entrypoint.sh
jinda_mind-1.0.0 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.7 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.6 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.5.5 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.5.4 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.5.3 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.5.2 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.5.0 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.3 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.2 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.1 lib/generators/jinda/templates/entrypoint.sh
jinda-0.7.0.4 lib/generators/jinda/templates/entrypoint.sh