4 lines
109 B
Bash
4 lines
109 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
BUILDKIT_PROGRESS=plain docker compose -f dev-docker-compose.yml up -d --force-recreate --build
|