mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
test(multiplayer): retain failed database container
This commit is contained in:
@@ -51,7 +51,7 @@ cleanup() {
|
||||
trap cleanup EXIT
|
||||
|
||||
docker rm -f "$container_name" >/dev/null 2>&1 || true
|
||||
docker run --rm -d --name "$container_name" \
|
||||
docker run -d --name "$container_name" \
|
||||
-e POSTGRES_DB="$database" \
|
||||
-e POSTGRES_USER="$user" \
|
||||
-e POSTGRES_PASSWORD="$password" \
|
||||
|
||||
Reference in New Issue
Block a user