fix(routes): local API docs not available on domain or IP

This commit is contained in:
peaklabs-dev
2025-01-22 13:30:10 +01:00
parent 1f498f8595
commit 168618f131

View File

@@ -119,6 +119,7 @@ COPY --chown=www-data:www-data storage ./storage
COPY --chown=www-data:www-data templates ./templates
COPY --chown=www-data:www-data resources/views ./resources/views
COPY --chown=www-data:www-data artisan artisan
COPY --chown=www-data:www-data openapi.yaml ./openapi.yaml
RUN composer dump-autoload