mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
6 lines
129 B
Docker
6 lines
129 B
Docker
FROM debian:latest
|
|
ARG TARGETPLATFORM
|
|
WORKDIR /opt
|
|
ENTRYPOINT [ "/opt/go-judge" ]
|
|
COPY $TARGETPLATFORM/go-judge mount.yaml /opt/
|