#!/bin/bash

set -e

echo "Opening shell in app container..."

docker compose exec app sh "$@"
