Skip to content

Commit

Permalink
fix: make web UI show favicon
Browse files Browse the repository at this point in the history
Fixes: #714

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Oct 31, 2024
1 parent cc59192 commit abaee03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-09-07T21:30:27Z by kres 8be5fa7.
# Generated on 2024-10-31T13:15:39Z by kres 6d3cad4-dirty.

*
!frontend/src
Expand All @@ -15,6 +15,7 @@
!frontend/*.js
!frontend/*.ts
!frontend/*.html
!frontend/*.ico
!frontend/eslint.config.js
!internal/frontend/frontend.go
!client/go.mod
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ COPY frontend/bunfig.toml ./
COPY frontend/*.html ./
COPY frontend/*.ts ./
COPY frontend/*.js ./
COPY frontend/*.ico ./
COPY ./frontend/src ./src
COPY ./frontend/test ./test
COPY ./frontend/eslint.config.js ./eslint.config.js
Expand Down

0 comments on commit abaee03

Please sign in to comment.