mirror of
https://github.com/v2board/v2board.git
synced 2025-09-17 11:43:06 +08:00
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:
7
docker/entrypoint
Normal file
7
docker/entrypoint
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
composer install -vvv -o --working-dir="$WORKDIR"
|
||||
|
||||
php-fpm
|
Reference in New Issue
Block a user