fix(entrypoint): fix invalid shebang (#! was escaped to #\!)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-04 10:20:10 +00:00
parent 727e7adecc
commit 3e040990f5

View File

@@ -1,4 +1,4 @@
#\!/bin/bash
#!/bin/bash
set -e
echo "[entrypoint] Running database seed..."
python seed_db.py