diff --git a/images/production/Containerfile b/images/production/Containerfile index daa610ed..04e2a535 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -125,7 +125,7 @@ RUN bench init \ echo "{}" > sites/common_site_config.json && \ find apps -mindepth 1 -path "*/.git" | xargs rm -fr -FROM base AS erpnext +FROM builder AS erpnext USER zapal