Update Dockerfile

fix conflicts
This commit is contained in:
Jeffery CHEN Fan 2022-09-16 14:28:42 +08:00 committed by GitHub
parent 1c8c8ea67a
commit acddc846ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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