Update Dockerfile_phpfpm.yml

This commit is contained in:
2024-03-13 11:00:38 +08:00
parent 3ab884dac1
commit 1d8f2ef9c3

View File

@@ -1,3 +1,4 @@
FROM php:7.3.27-fpm FROM php:7.3.27-fpm
COPY phpconf/ /usr/local/etc/ COPY phpconf/ /usr/local/etc/
COPY src/ /var/www/html/