feat: update dockerfile
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
+2
-3
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user