From e7bd20eae929d3bb08139ac19d3a54d4b13c0158 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 22 Aug 2026 00:59:44 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c3d14b..5929322 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && \ ENV GIT_TERMINAL_PROMPT=0 # Copy Go files -COPY go.mod go.sum . +COPY go.mod go.sum ./ COPY main.go . # Download Go dependencies