57c8796
1
2
3
4
5
6
7
8
services: main: volumes: - type: bind source: ./grader.py target: /tests/grader.py read_only: true