feat: adds the possibility of using docker for local deployment using docker-compose.

- nginx
- phpmyadmin
- php v8.2
- redis
- mysql
- supervisor
This commit is contained in:
Vagner Cardoso
2023-11-04 20:53:50 -03:00
parent 0ca47622a5
commit 74ad263193
12 changed files with 305 additions and 7 deletions

7
docker/entrypoint Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
composer install -vvv -o --working-dir="$WORKDIR"
php-fpm