commit 093a8745ac51581e8fb6beebdb03f1e33171077d
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-03-08T07:45:38Z |
| subject | Fixed missing src folders |
commit 093a8745ac51581e8fb6beebdb03f1e33171077d
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-03-08T07:45:38Z
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/"