mirror of
https://github.com/cupcakearmy/docker-wordpress.git
synced 2025-12-09 14:34:58 +00:00
docker context
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM wordpress:5.9.0-apache
|
||||
|
||||
RUN a2enmod headers && \
|
||||
apt update && \
|
||||
apt install -y libicu-dev && \
|
||||
docker-php-ext-install intl
|
||||
|
||||
COPY ./uploads.ini /usr/local/etc/php/conf.d/uploads.ini
|
||||
Reference in New Issue
Block a user