OnlineJudge/deploy/test_case_rsync/Dockerfile

8 lines
140 B
Docker
Raw Normal View History

2017-12-01 05:58:37 +00:00
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