Added [-x log_level] to ctdlvisor, this gets passed to citserver and webcit
[citadel-docker.git] / Dockerfile
index 77e00aa79f761757f5bb82a97c444e5dcf2de11a..edd87bc434c4b676728688680b32045416a11929 100644 (file)
@@ -23,12 +23,12 @@ RUN sh -c 'mkdir /tmp/db_build && \
        cd /tmp && \
        rm -fr /tmp/db_build'
 
-# Deploy "ctdlvisor", a small supervisor program which runs inside the container to wrangle the various services
-ADD ctdlvisor.c /tmp
-
 # Create our build directory
 RUN mkdir /tmp/ctdl_build
 
+# Deploy "ctdlvisor", a small supervisor program which runs inside the container to wrangle the various services
+ADD ctdlvisor.c /tmp
+
 # Burn the cache if the upstream repository has changed
 ADD "https://easyinstall.citadel.org/libcitadel-easyinstall.tar.gz" /tmp/ctdl_build
 ADD "https://easyinstall.citadel.org/citadel-easyinstall.tar.gz" /tmp/ctdl_build