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