mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-08 09:47:07 +03:00
6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "$(dirname "$0")/../infra/dev"
|
||
|
|
||
|
docker-compose logs -f
|