Merge pull request #23 from zapal-tech/main

fix: container
This commit is contained in:
Bohdan Kucheriavyi 2024-11-27 23:37:37 +02:00 committed by GitHub
commit 42f3a5ec8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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