mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Fix more issues with docker build
This commit is contained in:
4
makefile
4
makefile
@@ -10,7 +10,7 @@ bake: mrproper
|
||||
|
||||
.PHONY: build_docker_image
|
||||
build_docker_image:
|
||||
docker build -t $(DOCKER_IMAGE) -f Dockerfile .
|
||||
docker build -t $(DOCKER_IMAGE) -f Dockerfile --progress=plain .
|
||||
|
||||
.PHONY: push_docker_image
|
||||
push_docker_image:
|
||||
@@ -38,4 +38,4 @@ printvars:
|
||||
|
||||
.PHONY: start_shell
|
||||
start_shell:
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user