Files
v2board/docker/entrypoint
Vagner Cardoso 74ad263193 feat: adds the possibility of using docker for local deployment using docker-compose.
- nginx
- phpmyadmin
- php v8.2
- redis
- mysql
- supervisor
2023-11-04 20:53:50 -03:00

8 lines
88 B
Bash

#!/usr/bin/env bash
set -e
composer install -vvv -o --working-dir="$WORKDIR"
php-fpm