harald-lang / tutor

Tool used to manage tutors, groups, scores and exams for big database systems classes as TUM.
GNU Affero General Public License v3.0
1 stars 4 forks source link

Install ruby packages as part of Dockerfile instead of startup.sh #53

Closed lpassing closed 6 years ago

lpassing commented 7 years ago

To improve code-change-to-build time, we should move as much installations as possible from the startup.sh script to the Dockerfile. Docker allows to only change the scripts folder (=source code) and re-run the startup script, while keeping the image, so this should reduce time it takes to bring code changes to the webserver. Ask André about the details ;-)

kordianbruck commented 6 years ago

Done here: https://github.com/harald-lang/tutor/commit/f6b18740e7e386251008671031f9840b929ca4f9