wip: franenphp in worker mode

This commit is contained in:
2025-05-23 20:38:22 -05:00
parent 34d9029b7c
commit 794189d70a
7 changed files with 135 additions and 54 deletions

View File

@@ -4,4 +4,4 @@ RUN docker-php-ext-install pdo_mysql
COPY --chown=www-data:www-data . /app
ENTRYPOINT [ "php", "/app/bin/console", "messenger:consume", "async" ]
ENTRYPOINT [ "php", "/app/bin/console", "messenger:consume", "download" ]