Add doc-detective test and remove sitemap from build.
This commit is contained in:
parent
49f0cfc989
commit
54a6bad7b7
4 changed files with 35 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||
RUN zensical build
|
||||
RUN rm ./deploy/sitemap.xml
|
||||
|
||||
FROM caddy:alpine
|
||||
COPY --from=builder /app/deploy /usr/share/caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue