chore: rollback point before unified prompt system refactoring (Issue #28)
Current state: - Pipeline configs working (migration 019) - PipelineConfigModal complete - AdminPromptsPage with tabs - All Phase 1+2 features deployed and tested Next: Consolidate into unified prompt system - Single ai_prompts table for all types - Dynamic stages (unlimited) - Basis prompts + pipeline prompts
This commit is contained in:
parent
b23e361791
commit
1b7fdb1739
13
find-container.sh
Normal file
13
find-container.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
# Find correct container name
|
||||
|
||||
echo "Suche Backend-Container..."
|
||||
echo ""
|
||||
|
||||
# List all running containers
|
||||
echo "Alle laufenden Container:"
|
||||
docker ps --format "{{.Names}}" | grep -i backend
|
||||
|
||||
echo ""
|
||||
echo "Oder alle Container (auch gestoppte):"
|
||||
docker ps -a --format "{{.Names}}" | grep -i backend
|
||||
Loading…
Reference in New Issue
Block a user