mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
Update Dockerfile
fix conflicts
This commit is contained in:
parent
1c8c8ea67a
commit
acddc846ed
1 changed files with 1 additions and 2 deletions
|
|
@ -132,7 +132,6 @@ FROM configured_base as erpnext
|
|||
COPY --from=erpnext_builder /home/frappe/frappe-bench/apps /home/frappe/frappe-bench/apps
|
||||
COPY --from=erpnext_builder /home/frappe/frappe-bench/env /home/frappe/frappe-bench/env
|
||||
COPY --from=erpnext_builder /home/frappe/frappe-bench/sites/apps.txt /home/frappe/frappe-bench/sites/
|
||||
RUN chown -R frappe:frappe /home/frappe /
|
||||
&& grep erpnext apps.txt || exit 1
|
||||
RUN chown -R frappe:frappe /home/frappe
|
||||
|
||||
USER frappe
|
||||
|
|
|
|||
Loading…
Reference in a new issue