Browse Source

change entrypoint

main
Christoph Marzell 1 month ago
parent
commit
ae2c75dd3b
  1. 1
      bin/docker-entrypoint

1
bin/docker-entrypoint

@ -4,7 +4,6 @@ set -e
bundle config set without 'development test'
bundle check || bundle install
cd ..
echo ===========================================
echo ${RAILS_ENV}

Loading…
Cancel
Save