Upd.
This commit is contained in:
parent
2f13879675
commit
175394cb21
|
@ -3,7 +3,7 @@ WORKDIR /srv
|
||||||
RUN apk add --no-cache python3 py3-pip make
|
RUN apk add --no-cache python3 py3-pip make
|
||||||
RUN pip3 install pelican markdown
|
RUN pip3 install pelican markdown
|
||||||
COPY . /srv/
|
COPY . /srv/
|
||||||
RUN make publish
|
RUN pelican content -s pelicanconf.py -t theme
|
||||||
|
|
||||||
FROM nginx:1.22.1-alpine
|
FROM nginx:1.22.1-alpine
|
||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
|
|
Loading…
Reference in a new issue