feat: uses php-fpm & nginx instead of php-apache

This commit is contained in:
2025-05-20 20:38:36 -05:00
parent a2a1154a22
commit 295f68cb92
11 changed files with 145 additions and 59 deletions

3
docker/Dockerfile.web Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:1.28-alpine
COPY bash/nginx.conf /etc/nginx/conf.d/default.conf