File size: 184 Bytes
c11e982
 
7b0dd2e
c11e982
fd45532
c11e982
1
2
3
4
5
6
7
FROM python:3.12
WORKDIR /code
RUN pip install fastapi httpx pillow pydantic uvicorn your-telegraph aiorentry
COPY . .
RUN chmod 777 /code && chmod 777 /code/*
CMD python /code/app.py