up
This commit is contained in:
@@ -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'; \
|
||||
|
||||
Reference in New Issue
Block a user