fix: container

This commit is contained in:
Bohdan Kucherivayi 2024-11-27 23:37:08 +02:00
parent 1f8677f62f
commit 2c1ce25c3c

View file

@ -125,7 +125,7 @@ RUN bench init \
echo "{}" > sites/common_site_config.json && \ echo "{}" > sites/common_site_config.json && \
find apps -mindepth 1 -path "*/.git" | xargs rm -fr find apps -mindepth 1 -path "*/.git" | xargs rm -fr
FROM base AS erpnext FROM builder AS erpnext
USER zapal USER zapal