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