pulibrary / pulfalight

This is an implementation of the Princeton University Library Finding Aids (PULFA) service using ArcLight
Other
7 stars 1 forks source link

Generated Docker Image - Build on PR #1389

Open tpendragon opened 4 months ago

tpendragon commented 4 months ago

This is generating Docker via https://github.com/fly-apps/dockerfile-rails

The command after installing the gem is: rails g dockerfile --parallel --nginx --compose - I only added Solr to the docker-compose, fixed a pids problem, removed .yarn, and Pulfalight was building a prod-ready container.

Much of the customization was to get docker-compose to work, which seemed useful for testing the image locally.