feat: allow redis transport

This commit is contained in:
Maël Gangloff
2024-08-22 22:03:04 +02:00
parent 52efac8493
commit 030337e2ce
4 changed files with 71 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ COPY --link frankenphp/worker.Caddyfile /etc/caddy/worker.Caddyfile
# prevent the reinstallation of vendors at every changes in the source code
COPY --link composer.* symfony.* ./
RUN set -eux; \
install-php-extensions redis; \
composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress
# copy sources