docker context

This commit is contained in:
2022-02-15 12:38:41 +01:00
parent 5bc7372803
commit a27855e952
3 changed files with 0 additions and 1 deletions

8
Dockerfile Normal file
View 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