build: move Dockerfile

This commit is contained in:
Oliver Davies 2021-12-28 01:28:23 +00:00
parent 7e744f6b58
commit 21e36c47b9
3 changed files with 1 additions and 4 deletions

2
run
View file

@ -91,7 +91,7 @@ function task:lint:dockerfile {
hadolint/hadolint hadolint \
--ignore DL3008 \
--ignore DL3022 \
"${@}" - < tools/docker/Dockerfile
"${@}" - < Dockerfile
}
function task:test:functional {