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