Multiple Provider, Rytec Import

This commit is contained in:
Gogs
2026-07-08 13:46:33 +02:00
parent 6d4189730f
commit 7ad81baab6
5 changed files with 2048 additions and 108 deletions
+2
View File
@@ -1,3 +1,5 @@
FROM php:8.4-apache
RUN echo "memory_limit=512M" > /usr/local/etc/php/conf.d/tvguide.ini
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer