Skip to content

Commit cea01d8

Browse files
committed
makefile command to print logs [chapter_04_service_layer_ends]
1 parent 4338f3e commit cea01d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ up:
77
test:
88
pytest --tb=short
99

10+
logs:
11+
docker-compose logs app | tail -100
12+
1013
all: build up test

0 commit comments

Comments
 (0)