You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
any ideas?
Best, Toby
The text was updated successfully, but these errors were encountered:
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:
any ideas?
Best, Toby
The text was updated successfully, but these errors were encountered: