Update makefile
Some checks failed
DRB Build Tests / build (push) Failing after 1m38s
DRB Build Tests / drb_build_and_test (push) Failing after 56s

- Mistake in the docker build path
This commit is contained in:
Logan Cusano
2024-04-28 04:54:53 -04:00
parent 1c1b071bd7
commit 12441c5c6d

View File

@@ -6,7 +6,7 @@ DOCKER_IMAGE_NAME := drb-server
build:
@echo "Building Docker image..."
docker build -t $(DOCKER_IMAGE_NAME) ./server
docker build -t $(DOCKER_IMAGE_NAME) .
run:
@echo "Running Docker container..."