From 175394cb21f52e829048aacfdfa9c7d50dbc8eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 16 May 2023 22:08:31 +0200 Subject: [PATCH] Upd. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f6fe2b..828751c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /srv RUN apk add --no-cache python3 py3-pip make RUN pip3 install pelican markdown COPY . /srv/ -RUN make publish +RUN pelican content -s pelicanconf.py -t theme FROM nginx:1.22.1-alpine WORKDIR /srv