From 7f1506834ea0d4bcd2cc843a625de6dc83b043f5 Mon Sep 17 00:00:00 2001 From: Ryotaro Banno Date: Tue, 27 Aug 2024 01:55:33 +0000 Subject: [PATCH] wip: update Dockerfile to include pkg/ --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7dfafff7..8e276d61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY main.go main.go COPY cmd/ cmd/ COPY api/ api/ COPY internal/ internal/ +COPY pkg/ pkg/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command