mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
Add /tmp folder #274
This commit is contained in:
parent
0be294a502
commit
00da35b91d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ RUN mv filemanager /go/bin/filemanager
|
|||
FROM scratch
|
||||
COPY --from=0 /go/bin/filemanager /filemanager
|
||||
|
||||
RUN mkdir /tmp
|
||||
VOLUME /srv
|
||||
EXPOSE 80
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue