getapi commited on
Commit
5395f6d
1 Parent(s): 6fcad5b

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
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 your-telegraph
4
  COPY . .
5
  RUN chmod 777 /code && chmod 777 /code/*
6
  CMD python /code/app.py