File size: 155 Bytes
5b886c4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
FROM ghcr.io/seqcrafter/fetch_danmu:latest

WORKDIR /app

ENV PATH=/root/.local/bin:$PATH

EXPOSE 8080

CMD ["fastapi", "run", "main.py", "--port", "8080"]