This commit is contained in:
Lizandro Guarnizo
2026-01-28 02:44:28 -05:00
parent 6ebf5c9a22
commit e9aecc6bd2
6 changed files with 130 additions and 70 deletions
+7 -1
View File
@@ -49,6 +49,9 @@ LABEL maintainer="U-Site.app"
LABEL description="WhatsApp Bot Manager with Queue Processing"
LABEL version="2.0"
# Configurar zona horaria Colombia
ENV TZ=America/Bogota
# Instalar dependencias runtime
RUN apk add --no-cache \
bash \
@@ -64,7 +67,10 @@ RUN apk add --no-cache \
mysql-client \
redis \
ffmpeg \
openssl
openssl \
tzdata \
&& cp /usr/share/zoneinfo/America/Bogota /etc/localtime \
&& echo "America/Bogota" > /etc/timezone
# Copiar extensiones PHP desde builder
COPY --from=builder /usr/local/lib/php/extensions/ /usr/local/lib/php/extensions/