up
This commit is contained in:
+7
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user