makeopensource / devU

Autograder version 4
11 stars 14 forks source link

Shared modules #49

Closed RA341 closed 8 months ago

RA341 commented 8 months ago

Should resolve #39

I switched to a multistage docker build because the older approach of using volumes was causing issues with transferring files to the client and API.

I added back letterGrades for now and will remove them in a separate PR.

Commented out originalSubmission field in Submission type as it didn't exist in the type definition

Added dockerignore files