-
joshrandall8478 authoredjoshrandall8478 authored
docker-compose.yml 330 B
services:
app:
image: gradingscript:latest
build:
context: .
dockerfile: ./gradingscript.dockerfile
environment:
ASSIGNMENT_TITLE: "Assignment Title"
SCORE_DEFAULT: 100
LATE_PENALTY: 8
DEFAULT_POINTS: '[[10],[15,20],[0]]'
DEFAULT_LABELS: '["Names", "Steps", "Extra Credit"]'