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-06-26 14:49:03 +02:00
|
|
|
RUN apk --no-cache add inotify-tools bash
|
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"]
|