IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 4 forks source link

Edit Corpus Docker image to reduce load times #100

Open anirudhprabhakaran3 opened 8 months ago

anirudhprabhakaran3 commented 8 months ago

Currently, we are copying all the code into the container very early, causing us to run the JS toolchains installation every time we build. This is unnecessay, and can be optimized by adding the copying of files as the last step.