fix path to Dockerfile

This commit is contained in:
Jason Swank 2023-03-13 20:16:20 -04:00
parent f406f171f2
commit 58e625078f

View File

@ -5,7 +5,7 @@ n := "alpine-cli"
# build a new image # build a new image
build: build:
podman build -t {{image}} -f build/Dockerfile . podman build -t {{image}} -f Dockerfile ctx
# publish the image # publish the image
publish: publish: