Do not bundle 404.html with site
This commit is contained in:
parent
fa4994eaf1
commit
fd16cc396f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY archive-token.txt /archive-token.txt
|
|||
RUN curl -X "GET" -H "Authorization: token $(cat /archive-token.txt)" "$WEBSITE_ARCHIVE_URL" 2>/dev/null | gzip --decompress --stdout - | tar xf - ; rm /archive-token.txt
|
||||
|
||||
WORKDIR /srv/$WEBSITE_ARCHIVE_FOLDER
|
||||
RUN zola build
|
||||
RUN zola build ; rm public/404.html
|
||||
|
||||
EXPOSE 80/tcp
|
||||
|
||||
|
|
Loading…
Reference in a new issue