🐳 setup cache, build sitemap, rss feed

This commit is contained in:
mi
2025-11-15 21:09:14 +10:00
parent 631bca7923
commit 6b3d446207

View File

@@ -25,6 +25,9 @@ COPY --chown=appuser:appuser . .
# Switch to non-root user # Switch to non-root user
USER appuser USER appuser
# Generate cache, RSS feed, and sitemap during build
RUN python scripts/publish_comic.py
# Expose port # Expose port
EXPOSE 3000 EXPOSE 3000