From 3cdbd622d435bf01386f4612b992726ce019d577 Mon Sep 17 00:00:00 2001 From: Saman Mahdanian Date: Sun, 25 Feb 2024 00:13:26 +0330 Subject: [PATCH] added /internal to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 35f4c38..82e44df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ COPY main.go main.go COPY api/ api/ COPY controllers/ controllers/ COPY pkg/ pkg/ +COPY internal/ internal/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command