This commit is contained in:
Víðir Valberg Guðmundsson 2023-05-16 22:08:31 +02:00
parent 2f13879675
commit 175394cb21
1 changed files with 1 additions and 1 deletions

View File

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