compress wip

This commit is contained in:
2026-01-29 17:20:22 +03:00
parent 047246b83a
commit bb8ed1a5c4
9 changed files with 142 additions and 69 deletions

View File

@@ -3,6 +3,7 @@ ARG BUILD_TIME
ARG GIT_COMMIT
WORKDIR /usr/src/kurumi
COPY go.mod go.sum ./
#COPY ./laniakea ./laniakea
RUN --mount=type=cache,target=/go/pkg/mod go mod download
COPY ./database ./database
COPY ./plugins ./plugins