Skip to content
Snippets Groups Projects
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"]'