mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
5 lines
247 B
PowerShell
5 lines
247 B
PowerShell
Write-Host "Docker cleaning: remove old containers" -ForegroundColor Blue
|
|
docker compose down -v --remove-orphans
|
|
Write-Host "Docker build: set up the docker containers" -ForegroundColor Blue
|
|
docker compose build
|
|
Write-Host "Docker build finished" |