mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Revert "Fixed no such file error when running docker via sudo (#88)"
This reverts commit d2af29b09b.
This commit is contained in:
10
makefile
10
makefile
@@ -1,10 +1,10 @@
|
||||
.PHONY: build_book
|
||||
build_book: build_docker_image
|
||||
docker run -it -v .:/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make build_pdf"
|
||||
|
||||
.PHONY: bake
|
||||
bake: build_docker_image
|
||||
docker run -it -v .:/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make bake"
|
||||
docker run -it -v $(PWD):/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make bake"
|
||||
|
||||
.PHONY: release
|
||||
release: build_docker_image
|
||||
docker run -it -v $(PWD):/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make release"
|
||||
|
||||
.PHONY: build_docker_image
|
||||
build_docker_image:
|
||||
|
||||
Reference in New Issue
Block a user