Backend / entrypoint.sh
sid_racha
modified entrypoint
1ba072b
raw
history blame contribute delete
66 Bytes
#!/bin/bash
export PYTHONPATH=$PYTHONPATH:/app:/app/app
exec "$@"