Skip to content

Commit

Permalink
build: update Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 5, 2024
1 parent d0e086f commit 804663d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ dev.down: # Kills containers and all of their data that isn't in volumes
dev.stop: # Stops containers so they can be restarted
docker-compose stop

dev.multistack.up:
bash find-start-lms.sh
docker-compose up -d

dev.multistack.stop:
docker compose -p devstack stop
docker compose stop
Expand All @@ -199,9 +203,6 @@ db-shell: # Run the app shell as root, enter the app's database
%-attach:
docker attach commerce_coordinator.$*

github_docker_auth:
echo "$$DOCKERHUB_PASSWORD" | docker login -u "$$DOCKERHUB_USERNAME" --password-stdin

selfcheck: ## check that the Makefile is well-formed
@echo "The Makefile is well-formed."

Expand Down

0 comments on commit 804663d

Please sign in to comment.