dockerize project

Reviewed-on: sites/file-explorer#3
This commit is contained in:
2024-12-04 17:37:10 +00:00
parent 0b8348274d
commit 1ec2ed1d00
7 changed files with 173 additions and 3 deletions

View File

@ -7,6 +7,7 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"symfony/apache-pack": "^1.0",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/flex": "^2",
@ -14,8 +15,6 @@
"symfony/runtime": "7.1.*",
"symfony/yaml": "7.1.*"
},
"require-dev": {
},
"config": {
"allow-plugins": {
"php-http/discovery": true,