Revert "Fixed error access to inside the docker container."
This reverts commit 9131ea5aed.
This commit is contained in:
parent
9131ea5aed
commit
b7dadeb5ba
@ -12,7 +12,7 @@ WORKDIR /go/src/github.com/filebrowser/filebrowser/cmd/filebrowser
|
||||
RUN CGO_ENABLED=0 go build -a
|
||||
RUN mv filebrowser /go/bin/filebrowser
|
||||
|
||||
FROM ubuntu
|
||||
FROM scratch
|
||||
COPY --from=0 /go/bin/filebrowser /filebrowser
|
||||
|
||||
VOLUME /tmp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user