Skip to content

Commit

Permalink
devel: drop $(pwd) from example in Containerfile.hack comment
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k authored and mvo5 committed Dec 2, 2024
1 parent 541acfa commit d42ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/Containerfile.hack
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# To use this, do e.g.:
#
# make && podman build --no-cache -t localhost/bib -v $(pwd)/bin:/srcbin -f devel/Containerfile.hack .
# make && podman build --no-cache -t localhost/bib -v ./bin:/srcbin -f devel/Containerfile.hack .
#
# (The use of the explicit bind mount here is to bypass .dockerignore)
FROM quay.io/centos-bootc/bootc-image-builder:latest
Expand Down

0 comments on commit d42ad7b

Please sign in to comment.