From 58e625078fcfcdc018788a0ec08edc69961ce17c Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 13 Mar 2023 20:16:20 -0400 Subject: [PATCH] fix path to Dockerfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 43a837a..a91a43f 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ n := "alpine-cli" # build a new image build: - podman build -t {{image}} -f build/Dockerfile . + podman build -t {{image}} -f Dockerfile ctx # publish the image publish: