diff --git a/Dockerfile b/Dockerfile index 45d4cb4..f68745f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ RUN apk add --no-cache \ WORKDIR /src # Cache go installation first -COPY internal/testdata /src/internal/testdata COPY Makefile /src RUN make go # Build command binaries and static assets