We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f69b09 commit be3089cCopy full SHA for be3089c
docker-entrypoint.sh
@@ -6,6 +6,7 @@ rm -f /home/notebookai/tmp/pids/server.pid
6
7
# Ensure the database is prepared (migrated & seeded) before starting the server
8
bundle exec rails db:prepare
9
+bundle exec rails db:seed
10
11
# Then exec the container's main process (what's set as CMD in the Dockerfile).
12
exec "$@"
0 commit comments