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

@@ -11,7 +11,7 @@ RUN install-php-extensions \
opcache
COPY . /app
COPY --chmod=775 ./bash/entrypoint.sh /usr/local/bin/docker-entrypoint
COPY --chmod=775 docker/app/entrypoint.sh /usr/local/bin/docker-entrypoint
COPY docker/app/Caddyfile /etc/frankenphp/Caddyfile
ENTRYPOINT [ "/usr/local/bin/docker-entrypoint" ]