microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

Added a period after the docker build command #119

Closed whaakman closed 3 years ago

whaakman commented 3 years ago

docker requires a reference to the directory that the Dockerfile is in. "." represents the current directory in this example. Without the period it will result in the following error: "docker build" requires exactly 1 argument.