IEEE-NITK / corpus

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

Edit Corpus Docker image to reduce load times #100

Closed anirudhprabhakaran3 closed 1 month ago

anirudhprabhakaran3 commented 10 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.