Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
c379058
raw
history blame
126 Bytes
#!/bin/bash
# Set the correct permissions on the /app directory
chmod -R 777 /app
# Start the FastAPI application
exec "$@"