CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Freeze lockfile during yarn install in Docker images #77

Closed yhtMinceraft1010X closed 1 year ago

yhtMinceraft1010X commented 1 year ago

Dependency versions should be reproducible when building Docker images.

Let's add the --frozen-lockfile flag to yarn install steps in Dockerfiles so that the exact dependency versions in the lockfile are used in the Docker images.