From 679f0fd57847c8b7e093dccf220a2c14eeadca01 Mon Sep 17 00:00:00 2001 From: IchthysMaranathaCopy Date: Thu, 7 Mar 2024 08:50:53 +0530 Subject: [PATCH] Update Dockerfile --- hosting/single/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index 4f7deb8e5d2..6d8c15aebea 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -71,7 +71,8 @@ RUN chmod +x ./healthcheck.sh # For Azure App Service install SSH & point data locations to /home ADD hosting/single/ssh/sshd_config /etc/ ADD hosting/single/ssh/ssh_setup.sh /tmp -RUN /build-target-paths.sh +RUN sed -i "s#DATA_DIR#/data#g" /opt/clouseau/clouseau.ini && \ + sed -i "s#DATA_DIR#/data#g" /opt/couchdb/etc/local.ini # cleanup cache RUN yarn cache clean -f