dmk91 / Dockerfile
XiaoHanYS's picture
Create Dockerfile
5b886c4 verified
raw
history blame contribute delete
155 Bytes
FROM ghcr.io/seqcrafter/fetch_danmu:latest
WORKDIR /app
ENV PATH=/root/.local/bin:$PATH
EXPOSE 8080
CMD ["fastapi", "run", "main.py", "--port", "8080"]