Skip to content

Commit e91d4cc

Browse files
committed
makefile command to print logs [chapter_04_service_layer_ends]
1 parent 4c913d6 commit e91d4cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)