fix: combines mercure with frankenphp app

This commit is contained in:
2025-05-25 15:00:32 -05:00
parent 76531f397f
commit aed3d92462
7 changed files with 89 additions and 66 deletions

View File

@@ -12,3 +12,5 @@ RUN install-php-extensions \
opcache
HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD [ "php", "/app/bin/console", "startup:status" ]
COPY docker/app/site.caddyfile /etc/frankenphp/Caddyfile