From f569af5316a8285be280277f8db5c83b1f499d65 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Thu, 26 Oct 2023 20:34:18 +0200 Subject: [PATCH] build: :building_construction: copy all files to Docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 191462e..5672384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN go mod download # Copy the source code. Note the slash at the end, as explained in # https://docs.docker.com/engine/reference/builder/#copy -COPY *.go ./ +COPY . ./ # Build RUN CGO_ENABLED=0 GOOS=linux go build -o /listy