Files
activeadmin-quill_editor/extra/entrypoint.sh
2025-03-16 11:05:57 +01:00

9 строки
257 B
Bash

echo "> Install dependencies"
rm -f Gemfile.lock && bundle install
echo "> Run pending migrations"
cd spec/dummy && bundle exec rails db:migrate
echo "> Start Rails server"
cd /app && rm -f spec/dummy/tmp/pids/server.pid && bundle exec rails s -b 0.0.0.0