cubetrek_uploader/cubetrek_uploader (sha256:e28b1be25dbfed0265323d8135bb6081b1c754fcd43278a5f685cf2cdde9883e)
Published 2024-10-21 16:06:30 +00:00 by fblume
Installation
docker pull git.nucleolus.xyz/fblume/cubetrek_uploader/cubetrek_uploader@sha256:e28b1be25dbfed0265323d8135bb6081b1c754fcd43278a5f685cf2cdde9883e
sha256:e28b1be25dbfed0265323d8135bb6081b1c754fcd43278a5f685cf2cdde9883e
Image Layers
ADD file:702193928cded0bcec5edbf4a5660961e7caef8c9d9cafea3337b7f6720c4464 in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl inotify-tools && rm -rf /var/lib/apt/lists/* # buildkit |
RUN /bin/sh -c mkdir -p /app/uploads /app/alreadyimported # buildkit |
COPY watch_and_upload.sh /app/watch_and_upload.sh # buildkit |
RUN /bin/sh -c chmod +x /app/watch_and_upload.sh # buildkit |
ENV EMAIL=your_email@example.com |
ENV PASSWORD=your_password |
ENV SERVER_URL=http://yourserverurl |
CMD ["/app/watch_and_upload.sh"] |