mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: allow redis transport
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user