Skip to content

Commit abaee03

Browse files
committed
fix: make web UI show favicon
Fixes: #714 Signed-off-by: Artem Chernyshev <[email protected]>
1 parent cc59192 commit abaee03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-09-07T21:30:27Z by kres 8be5fa7.
3+
# Generated on 2024-10-31T13:15:39Z by kres 6d3cad4-dirty.
44

55
*
66
!frontend/src
@@ -15,6 +15,7 @@
1515
!frontend/*.js
1616
!frontend/*.ts
1717
!frontend/*.html
18+
!frontend/*.ico
1819
!frontend/eslint.config.js
1920
!internal/frontend/frontend.go
2021
!client/go.mod

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ COPY frontend/bunfig.toml ./
9191
COPY frontend/*.html ./
9292
COPY frontend/*.ts ./
9393
COPY frontend/*.js ./
94+
COPY frontend/*.ico ./
9495
COPY ./frontend/src ./src
9596
COPY ./frontend/test ./test
9697
COPY ./frontend/eslint.config.js ./eslint.config.js

0 commit comments

Comments
 (0)