Spaces:
No application file
No application file
File size: 386 Bytes
7122c7f d739df5 7122c7f d739df5 67be1be d739df5 7122c7f | 1 2 3 4 5 6 7 8 9 10 11 | FROM alpine:latest
RUN apk add --no-cache curl ca-certificates bash
RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
RUN curl -L https://github.com/rishikesh-suvarna/tunl.cc/releases/latest/download/tunl-linux-x64 -o /usr/bin/tunl && \
chmod +x /usr/bin/tunl
WORKDIR /srv
EXPOSE 7860
CMD filebrowser -r /srv -p 7860 --noauth & tunl 7860 files |