fix: bad path in dockerfile copy, chore: cleanup

This commit is contained in:
2025-05-25 15:18:50 -05:00
parent aed3d92462
commit a4029725f9
8 changed files with 3 additions and 45 deletions

View File

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