mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
docker-compose build --no-cache && docker-compose up -d
|
|
docker image prune -f
|
|
docker-compose logs -f
|