1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-07 13:08:22 +02:00

Add config.py and set permissions

This commit is contained in:
Mario Jauvin 2022-01-31 13:53:40 -05:00
parent 7dc9802447
commit 5a909bd45d

View File

@ -68,6 +68,7 @@ RUN apk add --no-cache \
&& apk del unzip && apk del unzip
COPY start.py /start.py COPY start.py /start.py
COPY config.py /config.py
EXPOSE 80/tcp EXPOSE 80/tcp
VOLUME ["/data"] VOLUME ["/data"]