Spaces:
Runtime error
Runtime error
| FROM ghcr.io/muniftanjim/stremthru:latest | |
| # Create the data directory during build and set correct permissions | |
| RUN mkdir -p /app/data && chown 1000:1000 /app/data | |
| ENV PORT=7860 |