fix: uses frankingphp:8.4-alpine image locally

This commit is contained in:
2025-06-03 11:15:01 -05:00
parent 725034dd4e
commit 16023f1a26
3 changed files with 6 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ RUN install-php-extensions \
zip \
opcache
RUN apk add --no-cache wget
COPY . /app
ENTRYPOINT [ "php", "/app/bin/console", "messenger:consume", "async" ]