docker-s3-volume-watch/Dockerfile

12 lines
222 B
Docker
Raw Normal View History

2023-06-26 14:49:03 +02:00
FROM peakcom/s5cmd:v2.1.0
label maintainer="RésiLien <admin+docker@resilien.fr>"
2014-08-30 21:16:23 +02:00
2023-07-17 09:35:27 +02:00
RUN apk --no-cache add inotify-tools bash tzdata
2014-12-04 06:32:49 +01:00
ADD watch /watch
2014-08-30 21:16:23 +02:00
VOLUME /data
2023-06-26 14:49:03 +02:00
ENV S3_SYNC_FLAGS ""
ENTRYPOINT [ "/watch" ]
CMD ["help"]