Spaces:
Sleeping
Sleeping
# Set the correct permissions on the /app directory | |
chmod -R 777 /app | |
# Start the FastAPI application | |
exec "$@" | |
# Set the correct permissions on the /app directory | |
chmod -R 777 /app | |
# Start the FastAPI application | |
exec "$@" | |