This commit is contained in:
2026-02-27 15:36:00 +03:00
parent ffe185c9ff
commit b394c0be68
12 changed files with 150 additions and 26 deletions

View File

@@ -1,10 +1,10 @@
FROM golang:1.26.0-alpine3.23 AS builder
FROM golang:1.26-alpine3.23 AS builder
ARG BUILD_TIME
ARG GIT_COMMIT
WORKDIR /usr/src/ymgb
COPY go.mod go.sum ./
#COPY ./laniakea ./laniakea
RUN --mount=type=cache,target=/go/pkg/mod go mod download
RUN --mount=type=cache,target=/go/pkg/mod go mod download -x
COPY ./database ./database
COPY ./plugins ./plugins
COPY ./utils ./utils