Spaces:
Sleeping
Sleeping
File size: 176 Bytes
1d72f94 |
1 2 3 4 5 6 |
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 |