From b7dadeb5ba03b222491ec59d1a2bd2ab6549886b Mon Sep 17 00:00:00 2001 From: Vladyslav Tokarchuk Date: Wed, 27 Jun 2018 10:58:40 +0300 Subject: [PATCH] Revert "Fixed error access to inside the docker container." This reverts commit 9131ea5aed90ee3bdbbae1d6598cfc1e22332cb7. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index badf6099..76f21535 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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