rename container to keep the same original structure
This commit is contained in:
parent
f33835ec24
commit
2ddbbd23a7
5 changed files with 5 additions and 1 deletions
5
php:8.2-apache
Normal file
5
php:8.2-apache
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM php:8.2-apache
|
||||
RUN a2enmod rewrite
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
RUN apt-get update; apt-get install -y --no-install-recommends msmtp msmtp-mta; rm -rf /var/lib/apt/lists/*;
|
||||
RUN [ ! -f /etc/msmtprc ] && touch /etc/msmtprc
|
||||
Loading…
Add table
Add a link
Reference in a new issue