deploy
This commit is contained in:
parent
e1a1e05a32
commit
ee47e44cc4
@ -2,6 +2,6 @@ FROM php:8.1-alpine
|
|||||||
|
|
||||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
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
|
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov
|
||||||
|
|
||||||
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user