1
0
Fork 0
forked from gorb/backend
backend-ci-testing/run-dev.sh

9 lines
237 B
Bash
Executable file

#!/bin/sh
podman-compose --file compose.dev.yml up --build
echo "SHUTTING DOWN CONTAINERS"
podman container stop backend_backend_1 backend_database_1
echo "DELETING CONTAINERS"
podman container rm backend_backend_1 backend_database_1