1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +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
COPY start.py /start.py
COPY config.py /config.py
EXPOSE 80/tcp
VOLUME ["/data"]