create php fpm docker file
This commit is contained in:
9
docker/php/Dockerfile
Normal file
9
docker/php/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
# PHP-FPM runtime
|
||||
FROM php:8.5-rc-fpm-alpine3.23
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# Install any PHP extensions you need
|
||||
# RUN docker-php-ext-install pdo_mysql
|
||||
|
||||
# Expose port 9000 (default for php-fpm)
|
||||
EXPOSE 9000
|
||||
Reference in New Issue
Block a user