Skip to content

Latest commit

 

History

History
executable file
·
29 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
29 lines (22 loc) · 1.08 KB

Docker Image for Laravel 10.x with Composer and PHP extensions

Docker Hub URL

Docker Hub URL Docker Image Pull

Run without a Dockerfile

docker run -d -p 80:80 --name my-apache-php-app -v "$PWD":/var/www/html kevinoo/php-laravel-basic-image:[TAG]

How to install

PHP extensions enabled

  • pdo (pgsql, mysqli)
  • gettext
  • zip
  • redis
  • gd

Developers

Builds project

Build and push a docker's image

./_deploy.sh [php81|php82|php83]

Build and push all dockers' images

./_deploy_all.sh