Skip to content

Commit

Permalink
Trying injecting hosts into rails
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 16, 2023
1 parent 06ecc8e commit a4e81d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ then
mkdir --parents /opt/rh/httpd24/root/etc/httpd/
/usr/bin/htpasswd -cb /opt/rh/httpd24/root/etc/httpd/apache-passwords rocky $ROCKY_OOD_PASS

echo "config.hosts = nil" >> /var/www/ood/apps/sys/dashboard/config/environments/production.rb

/opt/ood/ood-portal-generator/sbin/update_ood_portal

/usr/sbin/httpd -k start -X -e debug
Expand Down

0 comments on commit a4e81d6

Please sign in to comment.