fix(entrypoint): fix invalid shebang (#! was escaped to #\!)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#\!/bin/bash
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "[entrypoint] Running database seed..."
|
||||
python seed_db.py
|
||||
|
||||
Reference in New Issue
Block a user