refactor(Dockerfile): remove service generation command from the build process to streamline Dockerfile and improve build efficiency
This commit is contained in:
parent
93ec2f804b
commit
79f9b85771
1 changed files with 0 additions and 2 deletions
|
|
@ -123,8 +123,6 @@ COPY --chown=www-data:www-data openapi.yaml ./openapi.yaml
|
||||||
|
|
||||||
RUN composer dump-autoload
|
RUN composer dump-autoload
|
||||||
|
|
||||||
RUN php artisan generate:services
|
|
||||||
|
|
||||||
# Configure Nginx and S6 overlay
|
# 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/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
|
COPY docker/production/etc/nginx/site-opts.d/http.conf /etc/nginx/site-opts.d/http.conf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue