copy from container to host pc: docker cp :/file/path/within/container /host/path/target
build image before starting container: docker compose up --build
create and start container: docker compose up --build
copy from container to host pc: docker cp :/file/path/within/container /host/path/target
build image before starting container: docker compose up --build
create and start container: docker compose up --build