From a771e4fe163ab598d61687c27ee344925ec577d2 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 30 Jun 2020 11:34:58 +0800 Subject: + fix --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8befb27..d11e626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,7 @@ ADD . /app WORKDIR /app -RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss && cp rss.xml _build/html" - +RUN /bin/bash -c "source /app/.venv/bin/activate && make html" FROM alpine:latest -- cgit v1.2.3