Ward
Ward copied to clipboard
Added . in ReadMe (Using Ward inside docker)
Without . docker will not build the image
From: docker build --tag ward
TO: docker build . --tag ward
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
@ItzMiracleOwO I added the . at the end