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