Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Dec 18, 2024
1 parent d7db7bf commit 5925263
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM nginx:1.27

COPY ./docs /usr/share/nginx/html/
COPY ./storage /usr/share/nginx/html/storage
COPY ./icon.png /usr/share/nginx/html/favicon.ico
COPY ./storage/dpanel.ico /usr/share/nginx/html/favicon.ico

1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/buble.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/light.css">
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
Expand Down
Binary file removed icon.png
Binary file not shown.
Binary file added storage/image/dpanel.ico
Binary file not shown.

0 comments on commit 5925263

Please sign in to comment.