What does . in the end signify?

`docker build -t webapp-color:lite .

That says build the docker image using the Dockerfile present in the current working directory.

1 Like