From 5a909bd45dafc64e698d2a48c7919833b482f5b8 Mon Sep 17 00:00:00 2001 From: Mario Jauvin Date: Mon, 31 Jan 2022 13:53:40 -0500 Subject: [PATCH] Add config.py and set permissions --- webmails/rainloop/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/webmails/rainloop/Dockerfile b/webmails/rainloop/Dockerfile index 3970a785..1d873f95 100644 --- a/webmails/rainloop/Dockerfile +++ b/webmails/rainloop/Dockerfile @@ -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"]