Prod build process

This commit is contained in:
Jason Jordan
2026-05-06 13:28:16 -04:00
parent 1d9025276d
commit e0101be567
223 changed files with 1861 additions and 7105 deletions
Regular → Executable
+9 -3
View File
@@ -2,14 +2,20 @@
set -e
printenv >> /etc/environment
# printenv >> /etc/environment
# echo "updating cron..."
# bundle exec whenever > crontab
# echo "starting cron..."
# supercronic /rails/crontab
echo "updating cron..."
bundle exec whenever --update-crontab --set environment=development
bundle exec whenever --update-crontab
# Start cron in foreground
echo "starting cron..."
cron
cron -f
# bundle exec whenever --update-crontab
# Then exec the container's main process (what's set as CMD in the Dockerfile).