Commit Diff
--- Dockerfile +++ Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/library/golang:1.24-alpine AS build WORKDIR /src COPY go.mod ./ -COPY main.go index.html ./ +COPY main.go index.html favicon.ico ./ COPY utils/ utils/ RUN apk add --no-cache upx && \ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOAMD64=v4 \