Skip to content

Commit 3de85a9

Browse files
Update Makefile
1 parent a3f6a44 commit 3de85a9

File tree

1 file changed

+8
-0
lines changed
  • bootcamp/materials/1-dimensional-data-modeling

1 file changed

+8
-0
lines changed

bootcamp/materials/1-dimensional-data-modeling/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ down:
1717
docker rm ${DOCKER_CONTAINER}; \
1818
fi
1919

20+
.PHONY: stop
21+
stop:
22+
docker compose stop
23+
24+
.PHONY: start
25+
start:
26+
docker logs start
27+
2028
.PHONY: restart
2129
restart:
2230
docker compose down -v; \

0 commit comments

Comments
 (0)