2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00

Update Dockerfile (#926)

This commit is contained in:
Jeffery CHEN Fan 2022-09-16 06:36:12 +08:00 committed by GitHub
parent 537e2d5afb
commit 301e4770a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,5 +130,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
USER frappe