mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: container
This commit is contained in:
parent
1f8677f62f
commit
2c1ce25c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue