RENCI / xDCIShare

xDCIShare is a collaborative website being developed for better access to data and models of scientific domains. xDCIShare is derived directly from the NSF-funded HydroShare codebase.
https://www.xdcishare.org
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Patch Mezzanine #36

Closed cbcunc closed 7 years ago

cbcunc commented 7 years ago

Create a patch to Mezzanine 4.10 in the Dockerfile which implements a fix for collecttemplates (which Mezzanine overrides): https://github.com/jgroszko/mezzanine/commit/9f207808e35b9a5d4e5358022e72db205fcea8ad

cbcunc commented 7 years ago

This requires a rebuild as it affects the creation of the docker containers.

cbcunc commented 7 years ago

A bit of a hack since Docker does not support heredocs in RUN commands. But it works.

cbcunc commented 7 years ago

Merged in #37.