From 918661bd7ac8bc623550c3bcbc5a43088d42178b Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Fri, 16 Sep 2022 02:14:37 -0700 Subject: [PATCH] Dockerfile build instructions (#1370) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0efe5e14e1..91bd129ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build command -# docker build --platform=linux/amd64 --no-cache -t prowler:latest -f util/Dockerfile . +# docker build --platform=linux/amd64 --no-cache -t prowler:latest -f ./Dockerfile . # hadolint ignore=DL3007 FROM public.ecr.aws/amazonlinux/amazonlinux:latest