Impossible to load the Obsidian app with local build
dogesking opened this issue · 0 comments
dogesking commented
Describe the bug
I've been building the app locally using the github repo
But when I run the container, and go to the web interface, when I click Obsidian I get the error :
Failed to execute child process "/squashfs-root/obsidian" (No such file or directory)
To Reproduce
clone the repo
docker build --pull --rm `
-f "Dockerfile" `
-t obsidian-remote:latest `
"."
docker run --rm -it `
-v D:/ob/vaults:/vaults `
-v D:/ob/config:/config `
-p 8080:8080 `
obsidian-remote:latest bash
Go to the url poiting to the container
Click on Obsidian and get the error : Failed to execute child process "/squashfs-root/obsidian" (No such file or directory)
Expected behavior
Be able to use the Obsidian app after clicking
Desktop (please complete the following information):
- OS: [Windows 10]
- Browser [Chrome]