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