Speed_Read_AI / entrypoint.w
circulartext's picture
Create entrypoint.w
2bd12b8
raw
history blame
No virus
103 Bytes
#!/bin/sh
set -e
# Set permissions at runtime
chmod -R 777 /app
# Execute the main command
exec "$@"