1 parent 4c913d6 commit e91d4ccCopy full SHA for e91d4cc
1 file changed
Makefile
@@ -7,4 +7,7 @@ up:
7
test:
8
pytest --tb=short
9
10
+logs:
11
+ docker-compose logs app | tail -100
12
+
13
all: build up test
0 commit comments