LoremPizza commited on
Commit
af23b3a
·
verified ·
1 Parent(s): 2879a60

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 re
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 fastapi uvicorn bs4
9
  # Copy application files to the container at /app
10
  COPY . /app
11