mirror of
https://github.com/boldsuck/haveno.git
synced 2025-03-20 14:19:03 +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
|