From 6690094cf45be561aebd2fbacee52f74b53fc0a8 Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 26 Dec 2024 12:37:52 +1000 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4c5929f..f83021a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN go mod download # Copy sources COPY *.go ./ +COPY default ./default # Version/Commit (there there is no .git in Docker build context) # NOTE: This is fairly low down in the Dockerfile instructions so