Files
docker-s3-volume-watch/Dockerfile
Simon C 1e3600e140
All checks were successful
continuous-integration/drone/push Build is passing
feat: Add timezone
2023-07-17 09:35:27 +02:00

12 lines
222 B
Docker

FROM peakcom/s5cmd:v2.1.0
label maintainer="RésiLien <admin+docker@resilien.fr>"
RUN apk --no-cache add inotify-tools bash tzdata
ADD watch /watch
VOLUME /data
ENV S3_SYNC_FLAGS ""
ENTRYPOINT [ "/watch" ]
CMD ["help"]