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