From 17906f8a8a9a1d4a10336965ae68fce955ad628d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= <konstruktoid@users.noreply.github.com> Date: Sat, 27 Feb 2021 23:06:32 +0100 Subject: [PATCH] specify Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e1c71f..babe21d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build : - docker build --no-cache -t flan_scan . + docker build --no-cache -t flan_scan -f Dockerfile . container_name = flan_$(shell date +'%s') start : -- GitLab