8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo
|
|
|
|
docker compose up -d --build
|
|
|
|
docker compose logs app -f
|