Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use os.MkdirAll instead of os.Mkdir to create Orchard's home directory #96

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

edigaryev
Copy link
Collaborator

Otherwise the Docker container fails to start:

% docker run -it --rm ghcr.io/cirruslabs/orchard:0.9.0       
2023/06/26 15:18:56 failed to retrieve Orchard's home directory path: cannot create directory /data/.orchard: mkdir /data/.orchard: no such file or directory

@edigaryev edigaryev requested a review from fkorotkov June 26, 2023 15:19
@edigaryev edigaryev marked this pull request as ready for review June 26, 2023 15:19
@edigaryev edigaryev merged commit 9b0cce1 into main Jun 26, 2023
@edigaryev edigaryev deleted the orchard-home-mkdirall branch June 26, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants