Skip to content
Snippets Groups Projects
Commit b3b9d263 authored by D4rkHeart's avatar D4rkHeart
Browse files

[Update] From php:7-apache-7 to php:8.2-apache

- Delete a useless return
parent 020af665
No related branches found
No related tags found
1 merge request!6[Feat] Docker configuration
FROM php:7-apache
FROM php:8.2-apache
RUN apt-get update;
RUN apt-get install -f -y msmtp msmtp-mta;
......@@ -19,7 +19,6 @@ RUN echo "account default : epfl" >> /etc/msmtprc
#php -r "mail('nicolas.borboen@epfl.ch', 'Test Postfix', 'Test mail from postfix');"
RUN docker-php-ext-install pdo_mysql
# cleanup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment