UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

Missing instructions for how to update the docker image #284

Open jlfwong opened 8 years ago

jlfwong commented 8 years ago

My understanding is that the image we use to test on travis is https://hub.docker.com/r/jgulbronson/uwflow/

In the event that dependencies change, this image will need updating.

So we both need instructions for actually updating the image, and some hints in appropriate places (namely setup.sh and linux-setup.sh) about when those updates need to happen. Something like:

# If you update this file, you need to rebuild the Docker images
# You can do that by doing <insert docker commands here>