1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Use official Mailu/MailuStart

This commit is contained in:
Dario Ernst
2019-06-24 18:45:47 +00:00
parent 09784afcc3
commit a253ca47fe
8 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
&& apt-get purge -y unzip \
&& rm -rf /var/lib/apt/lists
RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
COPY include.php /var/www/html/include.php
COPY php.ini /php.ini