4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/bash
|
|
|
|
docker compose build --no-cache open-webui
|
|
docker compose up -d --remove-orphans open-webui |