Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
isangwanrahul authored Jan 3, 2025
1 parent a3f6a44 commit 3de85a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bootcamp/materials/1-dimensional-data-modeling/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ down:
docker rm ${DOCKER_CONTAINER}; \
fi

.PHONY: stop
stop:
docker compose stop

.PHONY: start
start:
docker logs start

.PHONY: restart
restart:
docker compose down -v; \
Expand Down

0 comments on commit 3de85a9

Please sign in to comment.