feat: favicon

This commit is contained in:
trafficlunar 2025-07-20 16:25:05 +01:00
parent 25842d4bdd
commit af790e5765
5 changed files with 23 additions and 35 deletions

View file

@ -14,9 +14,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o api .
FROM alpine:latest
WORKDIR /app
COPY --from=builder /app/api .
COPY favicon.ico .
EXPOSE 8888
CMD [ "/app/api" ]