You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Merge pull request #620 from filebrowser/chore-docker
This commit is contained in:
@@ -2,11 +2,10 @@ FROM scratch
|
||||
|
||||
COPY --from=filebrowser/dev /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
VOLUME /tmp
|
||||
VOLUME /srv
|
||||
EXPOSE 80
|
||||
|
||||
COPY .filebrowser.docker.json /.filebrowser.json
|
||||
COPY .docker.json /.filebrowser.json
|
||||
COPY filebrowser /filebrowser
|
||||
|
||||
ENTRYPOINT [ "/filebrowser" ]
|
||||
|
||||
2
frontend
2
frontend
Submodule frontend updated: 2ed87febcb...0e7d4ef110
Reference in New Issue
Block a user