Hi,
I ran the command below on an Ubuntu docker host:
docker run --rm -v $(pwd):/home/yamlresume yamlresume/yamlresume new my-resume.yml
But I get the error:
ERROR Failed to write file: my-resume.yml
I thought this file needs to exist but that causes a different error (file already exists).
Hi,
I ran the command below on an Ubuntu docker host:
docker run --rm -v $(pwd):/home/yamlresume yamlresume/yamlresume new my-resume.yml
But I get the error:
ERROR Failed to write file: my-resume.yml
I thought this file needs to exist but that causes a different error (file already exists).