mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 11:46:22 -07:00
4 lines
No EOL
134 B
Text
4 lines
No EOL
134 B
Text
FROM alpine:3.9
|
|
RUN apk --no-cache add rsync lsyncd
|
|
# Declared in docker-compose
|
|
#CMD lsyncd -delay 1 -nodaemon -rsync /source /cache |