From 093a8745ac51581e8fb6beebdb03f1e33171077d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sun, 8 Mar 2026 15:45:38 +0800 Subject: [PATCH] Fixed missing src folders --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 13b0e9d..27b5ee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY [ "go.mod", "go.sum", "./" ] RUN go mod download COPY "datasources" "./datasources/" +COPY "adaptors" "./adaptors/" COPY "utils" "./utils/" COPY "query" "./query/" COPY "i18n" "./i18n/"