YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 58 forks source link

Add Dockerfile #1780

Open jasle opened 4 years ago

jasle commented 4 years ago

Added a Dockerfile for reservations, created a new group docker in Gemfile and added docker specific configuration. Close #1779

djjudas21 commented 4 years ago

How do you deal with the requirement to run rake app:setup? Does the user have to shell into the container and run it?