getapi commited on
Commit
ad539fc
1 Parent(s): 4bbd25f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.12
2
  WORKDIR /code
3
- RUN pip install fastapi httpx pillow pydantic uvicorn aiorentry
4
  COPY . .
5
  RUN chmod 777 /code && chmod 777 /code/*
6
  CMD python /code/app.py
 
1
  FROM python:3.12
2
  WORKDIR /code
3
+ RUN pip install fastapi httpx pillow pydantic uvicorn aiorentry git+https://github.com/PR0LAPSE/post2telegraph
4
  COPY . .
5
  RUN chmod 777 /code && chmod 777 /code/*
6
  CMD python /code/app.py