immagine personalizzata per wordpress

This commit is contained in:
giomba 2021-08-26 21:04:22 +02:00
parent 360df7f146
commit dc2241e30e
1 changed files with 8 additions and 0 deletions

8
wordpress/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM wordpress:5.7
RUN apt update && apt upgrade -y
RUN apt install -y sendmail
CMD ["apache2-foreground"]