Replace space with tab in makefile
This commit is contained in:
@@ -5,10 +5,10 @@ DOCKER_IMAGE_NAME := drb-server
|
|||||||
.PHONY: clean build run
|
.PHONY: clean build run
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning existing Docker images, containers, and builds..."
|
@echo "Cleaning existing Docker images, containers, and builds..."
|
||||||
docker stop drb || true
|
docker stop drb || true
|
||||||
docker rm drb || true
|
docker rm drb || true
|
||||||
docker rmi $(DOCKER_IMAGE_NAME) || true
|
docker rmi $(DOCKER_IMAGE_NAME) || true
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building Docker image..."
|
@echo "Building Docker image..."
|
||||||
|
|||||||
Reference in New Issue
Block a user