mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 00:07:49 +00:00
4 lines
111 B
Bash
Executable file
4 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
|