feat: copy redis.conf

This commit is contained in:
2025-06-07 22:07:16 +02:00
parent 445ac50537
commit d70032e36d

View File

@ -26,6 +26,8 @@ RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/
COPY --from=backend-builder /app/bin/hspguard .
COPY --from=frontend-builder /app/dist ./dist
COPY redis.conf /config/redis.conf
# Optional: copy default .env file if used
# COPY .env .env