3 lines
64 B
Bash
3 lines
64 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker compose build --no-cache
|
||
|
|
docker compose up -d
|