bin/rebuild_docker.sh

5 lines
87 B
Bash
Raw Permalink Normal View History

2023-03-04 08:04:29 +01:00
#!/bin/sh
docker-compose down -t0
docker-compose build --no-cache
docker-compose up -d