File size: 126 Bytes
c379058
6bb32f9
c379058
78cd9c1
6bb32f9
c379058
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Set the correct permissions on the /app directory
chmod -R 777 /app

# Start the FastAPI application
exec "$@"