mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Update Dockerfile
This commit is contained in:
parent
00da35b91d
commit
44d68a4868
@ -13,7 +13,7 @@ RUN mv filemanager /go/bin/filemanager
|
||||
FROM scratch
|
||||
COPY --from=0 /go/bin/filemanager /filemanager
|
||||
|
||||
RUN mkdir /tmp
|
||||
RUN mkdir -p /tmp
|
||||
VOLUME /srv
|
||||
EXPOSE 80
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user