bin/rebuild_docker.sh

5 lines
87 B
Bash
Executable File

#!/bin/sh
docker-compose down -t0
docker-compose build --no-cache
docker-compose up -d