cache tweaks
Build and Push Docker Images / build-and-push (push) Successful in 32s

This commit is contained in:
2025-05-01 13:14:08 +02:00
parent c3fd4b3121
commit 5fd11399b6
3 changed files with 136 additions and 179 deletions
+2
View File
@@ -36,6 +36,8 @@ COPY . .
# Set environment variables
ENV PYTHONUNBUFFERED=1
ENV API_KEY=""
ENV CACHE_EXPIRY_HOURS=36
ENV CLEANUP_CRON="0 3 * * *"
# Create a non-root user and switch to it
RUN useradd -m puppeteer && chown -R puppeteer:puppeteer /app