From 357d9b28943e7ad79c267b0f1e711d9cfb4a07da Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sun, 11 May 2025 16:56:46 +0100 Subject: [PATCH] fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 61669ea..13ac16b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY go.mod go.sum ./ RUN go mod download COPY *.go ./ +COPY prompt.txt ./ COPY web ./web RUN CGO_ENABLED=0 GOOS=linux go build -o ./server