From 8875a00381de59f325fb30f51df6e8fd9aa8cf6e Mon Sep 17 00:00:00 2001 From: Damyan Yordanov Date: Thu, 19 Sep 2024 12:44:45 +0200 Subject: [PATCH] Fix dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cf15942..59515ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN go mod download # Copy the go source COPY main.go main.go COPY plugins/ plugins/ +COPY internal/ internal/ ARG TARGETOS ARG TARGETARCH