chore: favicon and old file rm

This commit is contained in:
2026-07-01 23:23:30 +03:00
parent 09f080c266
commit a720183da5
6 changed files with 336 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ FROM alpine:3.21
RUN apk add --no-cache ca-certificates
WORKDIR /app
COPY --from=build /chaosmith-site .
COPY index.html ABSTRACTS.png ABSTRACTS.webp ./
COPY index.html ABSTRACTS.webp favicon.ico favicon.svg ./
COPY src/ ./src/
EXPOSE 8000
CMD ["./chaosmith-site"]