Skip to content

Commit 984102e

Browse files
authored
Merge pull request #548 from NERSC/remove-services-make-docker-up
remove services target from make docker-up
2 parents e38e225 + 6f65e7b commit 984102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services: check-docker-permission ## Build Docker images for all services
6565
@echo "Building Docker images..."
6666
$(DOCKER_DIR)/bake.sh
6767

68-
docker-up: services ## Start all services with docker-compose
68+
docker-up: ## Start all services with docker-compose
6969
@USER_ID=$(shell id -u) GROUP_ID=$(shell id -g) docker compose up --force-recreate --remove-orphans --build -d
7070
$(call success,Services started)
7171
$(SCRIPTS_DIR)/setup-container-host.sh

0 commit comments

Comments
 (0)