We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db44e4 commit 52e696eCopy full SHA for 52e696e
Makefile
@@ -3,7 +3,7 @@
3
IMAGE_NAME ?= bu-spark
4
5
build:
6
- docker build -t $(IMAGE_NAME) .
+ docker build -t $(IMAGE_NAME) -f Containerfile .
7
8
run:
9
docker rm $(IMAGE_NAME) || true
@@ -20,4 +20,4 @@ build-nocache:
20
docker build --no-cache -t $(IMAGE_NAME) .
21
22
build-nocache-podman:
23
- podman build --no-cache -t $(IMAGE_NAME) .
+ podman build --no-cache -t $(IMAGE_NAME) .
0 commit comments