commit edc1831cb3d3372a55ed8721a2ee5f1e854d6967 from: rohanverma2007 date: Sat May 2 15:01:36 2026 UTC add favicon to docker commit - 0e66fa10efa458237250b10f12467c49104e30dc commit + edc1831cb3d3372a55ed8721a2ee5f1e854d6967 blob - df0ae3ed47f8a1ad597844bf5ef15491d102c6b2 blob + 8a5b94f4231c8802ad074f0b957c8536752e6e8a --- 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 \