From 79f9b8577147f04ffc5a55caf5e5e6b03a7e3c48 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sun, 13 Apr 2025 16:02:06 +0200 Subject: [PATCH] refactor(Dockerfile): remove service generation command from the build process to streamline Dockerfile and improve build efficiency --- docker/production/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index ae93c6237..8d74ba107 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -123,8 +123,6 @@ COPY --chown=www-data:www-data openapi.yaml ./openapi.yaml RUN composer dump-autoload -RUN php artisan generate:services - # Configure Nginx and S6 overlay COPY docker/production/etc/nginx/conf.d/custom.conf /etc/nginx/conf.d/custom.conf COPY docker/production/etc/nginx/site-opts.d/http.conf /etc/nginx/site-opts.d/http.conf