Speed_Read_AI / entrypoint.sh2
circulartext's picture
Rename entrypoint.sh to entrypoint.sh2
e48122c
raw
history blame
103 Bytes
#!/bin/sh
set -e
# Set permissions at runtime
chmod -R 777 /app
# Execute the main command
exec "$@"