frappe_docker icon indicating copy to clipboard operation
frappe_docker copied to clipboard

custom inbuild frappe docker image in dev container not work when rebuild

Open hieuNV0871 opened this issue 7 months ago • 0 comments

i follow tutorial for self hosting docker frappe : https://discuss.frappe.io/t/overview-frappe-docker-self-hosting/110132

when i execute ./installer.py -t develop -p 3.11.4 -n v18 -j apps.json -v, u2net.onnx not install i use wget to install it then cp ~/.u2net/u2net.onnx /workspace/development

finally, i paste this: COPY --chown=frappe:frappe ./development/u2net.onnx /home/frappe/.u2net/u2net.onnx and rebuild image, docker compose again to up date but all custom code in frappe inbuild not implement in docker container

hieuNV0871 avatar Jul 04 '24 08:07 hieuNV0871