[DEPLOYMENT-001] Fix WORKDIR issue with entrypoint script (fix) | ApprovalToken: AT-202512310745
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
9
docker/entrypoint.sh
Normal file
9
docker/entrypoint.sh
Normal 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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user