This commit is contained in:
Lizandro Guarnizo
2026-01-28 02:23:36 -05:00
parent 37d6bf1e20
commit 6ebf5c9a22
30 changed files with 2264 additions and 118 deletions
+3
View File
@@ -14,6 +14,7 @@ RUN apk add --no-cache \
bash \
mysql-client \
redis \
ffmpeg \
# Dependencias para XDebug y desarrollo
autoconf \
g++ \
@@ -68,6 +69,8 @@ RUN { \
echo 'upload_max_filesize = 100M'; \
echo 'post_max_size = 100M'; \
echo 'date.timezone = America/Bogota'; \
# Habilitar shell_exec para conversión de audio
echo 'disable_functions = '; \
# Desactivar OPcache para hot-reload
echo 'opcache.enable = 0'; \
echo 'opcache.enable_cli = 0'; \