Dockerfile: Move to top-level for consistency with our other projects

This commit is contained in:
Matthew Wild 2021-05-28 14:26:56 +01:00
parent cba3e97ff9
commit bf2fccf585
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DOCS=$(docs/**.md)
all: docker
docker:
docker build -t snikket -f docker/Dockerfile .
docker build -t snikket .
site: mkdocs.yml $(DOCS)
echo $(DOCS)