From 1962ac2eec58c5215137fe73c00516791e57a4d2 Mon Sep 17 00:00:00 2001 From: Salah Aldin Fateh <83924106+sdfateh@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:57:30 +0300 Subject: [PATCH] Remove unnecessary WORKDIR (#1057) --- images/custom/Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 0b12e377..ff322921 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -120,8 +120,6 @@ RUN export APP_INSTALL_ARGS="" && \ > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr -WORKDIR /home/frappe/frappe-bench - FROM base as backend USER frappe