meowcat / MSNovelist

GNU Affero General Public License v3.0
56 stars 14 forks source link

failed to build docker file on win #1

Closed stolltho closed 3 years ago

stolltho commented 3 years ago

Hi there,

I already struggle to build msnovelist (see below). Any idea? I am not a specialist in this, don't even know where to look for this dockerfile.

Cheers, Thomas

PS N:> docker build . -t msnovelist [+] Building 0.1s (2/2) FINISHED => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 2B 0.1s => CANCELED [internal] load .dockerignore 0.1s => => transferring context: 0.0s failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount865313132/Dockerfile: no such file or directory

meowcat commented 3 years ago

You are in N:, is this where your Git repository is? You need to cd into the repository and run the build command there.

stolltho commented 3 years ago

Sorry, ignore this. Mixed up docker pull and docker build

meowcat commented 3 years ago

Super, good luck and don't hesitate to come back with further questions! (For now I haven't pushed it to docker registry.)