LoremPizza commited on
Commit
cf2e647
·
verified ·
1 Parent(s): f506922

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11-slim
5
  WORKDIR /app
6
 
7
  # Install dependencies
8
- RUN pip install requests fastapi uvicorn bs4 lxml
9
  # Copy application files to the container at /app
10
  COPY . /app
11
 
 
5
  WORKDIR /app
6
 
7
  # Install dependencies
8
+ RUN pip install requests flask uvicorn bs4 lxml
9
  # Copy application files to the container at /app
10
  COPY . /app
11