From e1a1e05a32e6d52ec62333b3066ba0bc7ded6c13 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 26 Jun 2022 15:09:09 +0200 Subject: [PATCH] deploy --- php-qa-81.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/php-qa-81.dockerfile b/php-qa-81.dockerfile index 3eaf282..0fb525c 100644 --- a/php-qa-81.dockerfile +++ b/php-qa-81.dockerfile @@ -3,6 +3,5 @@ FROM php:8.1-alpine COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ # RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov -# deploy RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini