whmou / insta360-auto-converter

Automatically take insv(p) files from google drive and convert them to 360 mp4(jpg) and upload to google photos in docker
Creative Commons Zero v1.0 Universal
62 stars 16 forks source link

build problem - no such file or directory #11

Open tiemes opened 2 years ago

tiemes commented 2 years ago

Using Win11, following your docker tutorial (and file structure&naming), I used the following two commands to build: docker build -t insta360-auto-converter . here I had to move the Dockerfile one folder up or use this: docker build . -f insta360-auto-converter/Dockerfile -t insta360-auto-converter

both ways, I get the following error: Untitled

any ideas?

Best, Toby