diff --git a/Dockerfile b/Dockerfile index d3e5618..dee4f76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN go mod download # Copy backend source COPY *.go ./ +COPY internal/*.go internal/ # Build with FTS5 support RUN go build -tags "fts5 heic" -o sbv .