6 lines
49 B
Bash
6 lines
49 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eo
|
||
|
|
||
|
docker compose logs app -f
|