From 8a04809c345596907edf80c07d44d1c2bfd963f8 Mon Sep 17 00:00:00 2001 From: Sushil Subedi Date: Fri, 24 May 2024 18:15:26 +0545 Subject: [PATCH] updated configuration --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 366b2b9..23f2253 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,4 @@ #!/bin/sh set -e bundle exec rails db:migrate -printf 'spree@example.com\nspree123\n' | RAILS_ENV=production bundle exec rake db:seed exec "$@"