unc-csxl / csxl.unc.edu

CS Experience Labs' web application.
https://csxl.unc.edu
MIT License
9 stars 7 forks source link

Change the production Dockerfile to not use more RAM than is available #393

Closed noahsmiths closed 3 months ago

noahsmiths commented 3 months ago

This PR includes changes to the deployment Dockerfile to use yarn in place of npm during the build stage. This should fix the issue with the old npm install command maxing the RAM out and breaking the build.

Closes issue #392

KrisJordan commented 3 months ago

Thanks for jumping on this 🙌

noahsmiths commented 3 months ago

Of course, glad we could get it working!