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: