From 83d814fc7c130004b094c4ab2f565eff4b907edb Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Thu, 14 Mar 2019 23:01:18 +0100 Subject: [PATCH] Move the supervisord.conf to the system root --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84ad4e1..c4647a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM debian:jessie ENV DEBIAN_FRONTEND noninteractive COPY assets/seafile.list /etc/apt/sources.list.d/ -COPY assets/supervisord.conf /etc/supervisor/ +COPY assets/supervisord.conf / COPY entrypoint.sh / RUN apt-key adv \