[DEPLOYMENT-001] Fix WORKDIR issue with entrypoint script (fix) | ApprovalToken: AT-202512310745
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-31 07:45:36 +03:30
parent ed1d18ce94
commit cd5960e426
2 changed files with 16 additions and 4 deletions

9
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
# Change to the directory containing rxconfig.py
cd /app/peikarband
# Run reflex with all passed arguments
exec reflex "$@"