From 620d08a10eaa584a0488320ce1b1886b8fe5f4c0 Mon Sep 17 00:00:00 2001 From: John Starich Date: Sat, 31 Jul 2021 15:31:43 -0500 Subject: [PATCH] Fix docker build --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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