services-reverse/docker-update.sh

4 lines
99 B
Bash
Executable file

#!/usr/bin/bash
docker compose up --force-recreate --build -d --pull always
docker image prune -f