From d1f5e78d172639517e63236573b9fae8dbc8d115 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Oct 2022 22:40:55 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48e4436..f542d0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,7 +127,7 @@ RUN mkdir -p /bin/ /config/ /data/ /dist/nextcloud/ && \ rm -rf /tmp/* COPY ./bin/. /usr/local/bin/ -COPY ./config/. /config/ +COPY ./config/. /etc/ COPY ./data/. /data/ FROM scratch