build: remove static feeds file

This commit is contained in:
Marc 2024-09-21 14:51:46 -04:00
parent b26fdc75ba
commit fa3ff3094e
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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