diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..6b8710a71 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +.git diff --git a/Makefile b/Makefile index 3f4cfd1a3..99d495605 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,7 @@ RUN apk add --no-cache git make WORKDIR /s COPY go.mod go.sum ./ RUN go mod download -COPY Makefile *.go ./ -COPY dialgen ./dialgen -COPY dialects ./dialects -COPY example ./example +COPY . ./ endef export DOCKERFILE_TEST