aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-06-30 11:34:58 +0800
committerclarkzjw <[email protected]>2020-06-30 11:34:58 +0800
commita771e4fe163ab598d61687c27ee344925ec577d2 (patch)
tree933e8ed258698834156e56183d9cf0cd61b20034 /Dockerfile
parent96a1ab7760ae04e84ffd8902019f4fa55620a0f8 (diff)
downloadblog.jinwei.me-a771e4fe163ab598d61687c27ee344925ec577d2.tar.gz
+ fix
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8befb27..d11e626 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,8 +14,7 @@ ADD . /app
14 14
15WORKDIR /app 15WORKDIR /app
16 16
17RUN /bin/bash -c "source /app/.venv/bin/activate && make html && make rss && cp rss.xml _build/html" 17RUN /bin/bash -c "source /app/.venv/bin/activate && make html"
18
19 18
20FROM alpine:latest 19FROM alpine:latest
21 20
Powered by cgit v1.2.3 (git 2.41.0)