rebased-podman/90-recreate.sh
2022-11-11 18:49:21 +00:00

8 lines
124 B
Bash
Executable file

#!/bin/bash
podman pod stop rebased-pod
podman pod rm rebased-pod
./00-create-pod.sh
./20-create-db.sh
./30-run-rebased.sh