Revant Nandgaonkar
Revant Nandgaonkar
@defnotjonas for frappe_docker it was discussed here: https://github.com/frappe/frappe_docker/issues/751
Execute from `~/frappe-bench` directory `/path/to/script/bench_sync_monorepo.py --help` `/path/to/script/bench_sync_monorepo.py ~/path/to/monorepo --force --verbose` ```python #!/usr/bin/env python3 import argparse import os import subprocess import sys def main(): parser = get_args_parser() args = parser.parse_args() if...
can you send a PR as per your suggestion @Morakhiyasaiyam? @vrslev any comments?
> Add files permission externally in Dockerfile COPY command so they get exact permission if user didn't cloned with sudo can you share the line you used here? If it's...
For v14 building images has changed. Create new issue if needed.
After the release of v14 we can re-check how much time it takes to build arm64 images for v14. I think v14 is lighter than v13. Edit the docker-bake.hcl file...
try with `--no-cache`. so it'll pull latest base images instead of using from available. all the Frappe base images need to be built with arm64.
https://github.com/frappe/frappe_docker/issues/851 Is it related to this? Can you try the suggestions if they work for you?
can you enter the container and check file permissions? if you need to change them for testing then enter the container as `--user=root` and try changing the permissions? if they're...
Create new issue if problem not solved.