momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
55 stars 60 forks source link

Multiple docker related fixes #939

Closed GordiNoki closed 2 months ago

GordiNoki commented 2 months ago

This commit moves angular dependent code from shared libraries to frontend app, so backend docker container would be a bit smaller (~70 MB smaller). Also, I thought of moving prisma client generation to the same RUN entry as npm install, but we probably would update schema more often then packages. I wonder if we should move removing schema.prisma to the same RUN entry as client generation tho.