Revert "Fixed error access to inside the docker container."

This reverts commit 9131ea5aed.
This commit is contained in:
Vladyslav Tokarchuk 2018-06-27 10:58:40 +03:00
parent 9131ea5aed
commit b7dadeb5ba

View File

@ -12,7 +12,7 @@ WORKDIR /go/src/github.com/filebrowser/filebrowser/cmd/filebrowser
RUN CGO_ENABLED=0 go build -a RUN CGO_ENABLED=0 go build -a
RUN mv filebrowser /go/bin/filebrowser RUN mv filebrowser /go/bin/filebrowser
FROM ubuntu FROM scratch
COPY --from=0 /go/bin/filebrowser /filebrowser COPY --from=0 /go/bin/filebrowser /filebrowser
VOLUME /tmp VOLUME /tmp