We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4338f3e commit cea01d8Copy full SHA for cea01d8
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