Use Beamer through its gem (#1230)

This commit is contained in:
Stanko Krtalić
2025-10-23 12:14:00 +02:00
committed by GitHub
parent 4ccda3f427
commit 880ad7ff12
5 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# If running the rails server then create or migrate existing database
if [ "${1}" == "./bin/thrust" ] && [ "${2}" == "./bin/rails" ] && [ "${3}" == "server" ]; then
./bin/rails db:prepare
./bin/migrate-primary-db
fi
exec "${@}"