mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-25 00:51:41 +00:00
feat: update dockerfile
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
92fda0070c
commit
365eff8ca4
2 changed files with 2 additions and 16 deletions
|
|
@ -7,7 +7,6 @@ VOLUME /srv
|
|||
EXPOSE 80
|
||||
|
||||
COPY filebrowser /filebrowser
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "run" ]
|
||||
ENTRYPOINT [ "/filebrowser", "--database database.db", "--scope /srv" ]
|
||||
CMD [ "--port 80" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue