mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
5 lines
94 B
Docker
5 lines
94 B
Docker
FROM debian:latest
|
|
WORKDIR /opt
|
|
ENTRYPOINT [ "/opt/go-judge" ]
|
|
COPY go-judge mount.yaml /opt/
|