mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-01 10:02:01 +00:00
8 lines
140 B
Docker
8 lines
140 B
Docker
FROM alpine:3.6
|
|
|
|
RUN apk add --update --no-cache rsync
|
|
|
|
ADD ./run.sh /tmp/run.sh
|
|
ADD ./rsyncd.conf /etc/rsyncd.conf
|
|
|
|
CMD /bin/sh /tmp/run.sh |