mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
4 lines
110 B
Docker
4 lines
110 B
Docker
FROM ubuntu
|
|
WORKDIR /opt/bin
|
|
ENTRYPOINT [ "/opt/bin/executorserver" ]
|
|
COPY executorserver mount.yaml /opt/bin/ |