files commited on
Commit
b82c9f8
·
verified ·
1 Parent(s): 02dcd31

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -2,10 +2,10 @@ FROM alpine:latest
2
 
3
  RUN apk add --no-cache curl ca-certificates bash
4
  RUN curl -fsSL https://github.com/filebrowser/get/raw/master/get.sh | bash
5
- RUN curl -L https://github.com/rishikesh-suvarna/tunl.cc/releases/latest/download/tunl-linux-x64 -o /usr/bin/tunl
6
- RUN chmod +x /usr/bin/tunl
7
 
8
- WORKDIR /srv
9
  EXPOSE 7860
10
 
11
- CMD filebrowser -r /srv -p 7860 --noauth & tunl 7860 files
 
2
 
3
  RUN apk add --no-cache curl ca-certificates bash
4
  RUN curl -fsSL https://github.com/filebrowser/get/raw/master/get.sh | bash
5
+ RUN curl -L https://github.com/rishikesh-suvarna/tunl.cc/releases/latest/download/tunl-linux-x64 -o /tmp/tunl
6
+ RUN chmod +x /tmp/tunl
7
 
8
+ WORKDIR /tmp
9
  EXPOSE 7860
10
 
11
+ CMD filebrowser -p 7860 --noauth & /tmp/tunl 7860 files