gawa/startup.sh
2023-09-27 20:45:30 +02:00

5 lines
117 B
Bash
Executable file

#!/bin/bash
docker compose down
docker compose build
docker compose up -d --remove-orphans
docker compose logs -f