Ward icon indicating copy to clipboard operation
Ward copied to clipboard

Added . in ReadMe (Using Ward inside docker)

Open OceanTechnic opened this issue 3 years ago • 2 comments

Without . docker will not build the image

From: docker build --tag ward

TO: docker build . --tag ward

OceanTechnic avatar Aug 28 '21 07:08 OceanTechnic

Yes, it need to know that the dockerfile is in the current path and build it, but i will recommand docker build --tag ward . because it looks more neat

YueMiyuki avatar Aug 28 '21 14:08 YueMiyuki

@ItzMiracleOwO I added the . at the end

OceanTechnic avatar Aug 28 '21 14:08 OceanTechnic