From 0b61ffeedb873e027bde3033c4594f8fb188305e Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Thu, 26 Sep 2024 13:49:28 +0200 Subject: [PATCH] chore: fix docker build Signed-off-by: Francesco Canovai --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a48973e..4ba18b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN go mod download # Copy the go source COPY cmd/main.go cmd/main.go COPY api/ api/ -COPY internal/controller/ internal/controller/ +COPY internal/ internal/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command