3 lines
71 B
Bash
3 lines
71 B
Bash
|
|
#!/usr/bin/sh bash
|
||
|
|
docker compose up --build --force-recreate --detach
|