首次提交:初始化项目
This commit is contained in:
8
old/002-infra/002-wordpress/Dockerfile
Normal file
8
old/002-infra/002-wordpress/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Custom WordPress image with Redis PHP extension
|
||||
FROM wordpress:latest
|
||||
|
||||
# Install Redis PHP extension
|
||||
RUN pecl install redis && docker-php-ext-enable redis
|
||||
|
||||
# Verify installation
|
||||
RUN php -m | grep redis
|
||||
Reference in New Issue
Block a user