Atualizar Dockerfile

This commit is contained in:
2025-06-12 12:49:59 +00:00
parent c32e17a48c
commit ee78e3765b

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
zip \ zip \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install intl zip pdo pdo_mysql mbstring gd \ && docker-php-ext-install intl zip pdo pdo_mysql mbstring gd \
&& apt-get clean && apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /var/www/html WORKDIR /var/www/html