Files
peikarband/docker/entrypoint.sh
Ehsan.Asadi cd5960e426
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
[DEPLOYMENT-001] Fix WORKDIR issue with entrypoint script (fix) | ApprovalToken: AT-202512310745
2025-12-31 07:45:36 +03:30

10 lines
146 B
Bash

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