AiCirculartext / entrypoint.sh
circulartext's picture
Update entrypoint.sh
6510d96 verified
raw
history blame
No virus
80 Bytes
#!/bin/bash
set -e
# Specify the path to your app.py file
APP_PATH="/app.py"