Skip to content

Commit d42ad7b

Browse files
achilleas-kmvo5
authored andcommitted
devel: drop $(pwd) from example in Containerfile.hack comment
1 parent 541acfa commit d42ad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: devel/Containerfile.hack

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# To use this, do e.g.:
1111
#
12-
# make && podman build --no-cache -t localhost/bib -v $(pwd)/bin:/srcbin -f devel/Containerfile.hack .
12+
# make && podman build --no-cache -t localhost/bib -v ./bin:/srcbin -f devel/Containerfile.hack .
1313
#
1414
# (The use of the explicit bind mount here is to bypass .dockerignore)
1515
FROM quay.io/centos-bootc/bootc-image-builder:latest

0 commit comments

Comments
 (0)