add nginx php

This commit is contained in:
Lee
2023-04-11 02:45:43 +01:00
parent d492f7ca47
commit 8570af75e6
3 changed files with 11 additions and 19 deletions

View File

@ -0,0 +1,4 @@
FROM tangramor/nginx-php8-fpm
# Install GD library
RUN docker-php-ext-install gd