Spaces:
No application file
No application file
| FROM filebrowser/filebrowser:latest | |
| WORKDIR /tmp | |
| RUN curl -L https://github.com/rishikesh-suvarna/tunl.cc/releases/latest/download/tunl-linux-x64 -o /tmp/tunl | |
| RUN chmod +x /tmp/tunl | |
| EXPOSE 7860 | |
| CMD ["--noauth", "-p", "7860", "&", "/tmp/tunl", "7860", "files"] |