From 8063a19f639a61f67f3966ced368c883df48879d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Drzewiecki?= Date: Tue, 19 Sep 2023 17:12:24 +0200 Subject: [PATCH] Adjusts Dockerfile to new folder structure --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c389c098..d139ea78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,7 @@ COPY go.sum go.sum RUN go mod download # Copy the go source -COPY cmd/main.go cmd/main.go -COPY api/ api/ -COPY internal/controller/ internal/controller/ +COPY . ./ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command