Attemopting to minify deploy files.
This commit is contained in:
parent
80cbf81a81
commit
21f024a6c0
3 changed files with 58 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ COPY . .
|
|||
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||
RUN zensical build
|
||||
RUN rm ./deploy/sitemap.xml
|
||||
RUN python minify.py
|
||||
|
||||
FROM caddy:alpine
|
||||
COPY --from=builder /app/deploy /usr/share/caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue