From fa3ff3094e62c7d98977a297371e8290704e65d1 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 21 Sep 2024 14:51:46 -0400 Subject: [PATCH] build: remove static feeds file --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36790d1..bb3d7da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ WORKDIR /app COPY --from=backend-build /tmp/rss /app/rss COPY go.mod . COPY templates templates -COPY feeds.txt . COPY static static RUN chmod +x /app/rss