Skip to content
Showing 1-1 of 1 item.
@renovate
Admin 09/12/2021 00:20
Cài đặt Laravel 7.0 từ docker

Chuẩn bị docker php:7.4-fpm Source code Trong default.conf thiết lập đường dẫn đọc source dự án Sửa lại file Dockerfile để cài thêm các thư viện ngoài từ image php-fpm RUN apt-get update && apt-get install -y \ libfreetype6-dev \ libjpeg62-turbo-dev \ libpng-dev \ && docker-php-ext-install -j$(nproc) iconv \ && docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \ ...

Laravel laravel 7