UniversityOfHelsinkiCS / oodikone

An application for analyzing university data
https://oodikone.helsinki.fi
MIT License
14 stars 6 forks source link

[Backend] Multi-stage build to make final Docker image smaller #4584

Closed valtterikantanen closed 2 months ago

valtterikantanen commented 2 months ago

With part of the code being in TypeScript, we end up having a lot of dependencies that aren't really needed to run the application in production. Let's see if we can make a multi-stage build