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/"