We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc59192 commit abaee03Copy full SHA for abaee03
.dockerignore
@@ -1,6 +1,6 @@
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
#
3
-# Generated on 2024-09-07T21:30:27Z by kres 8be5fa7.
+# Generated on 2024-10-31T13:15:39Z by kres 6d3cad4-dirty.
4
5
*
6
!frontend/src
@@ -15,6 +15,7 @@
15
!frontend/*.js
16
!frontend/*.ts
17
!frontend/*.html
18
+!frontend/*.ico
19
!frontend/eslint.config.js
20
!internal/frontend/frontend.go
21
!client/go.mod
Dockerfile
@@ -91,6 +91,7 @@ COPY frontend/bunfig.toml ./
91
COPY frontend/*.html ./
92
COPY frontend/*.ts ./
93
COPY frontend/*.js ./
94
+COPY frontend/*.ico ./
95
COPY ./frontend/src ./src
96
COPY ./frontend/test ./test
97
COPY ./frontend/eslint.config.js ./eslint.config.js
0 commit comments