moraxgiga commited on
Commit
8c966cd
1 Parent(s): dd6117e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -17,9 +17,6 @@ COPY ./requirements.txt /app/requirements.txt
17
  # Install any needed packages specified in requirements.txt
18
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
19
 
20
- # Explicitly copy the jina folder into the container at /app/jina
21
- COPY ./jina /app/jina
22
-
23
  # Copy the rest of the application into the container at /app
24
  COPY . /app
25
 
 
17
  # Install any needed packages specified in requirements.txt
18
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
19
 
 
 
 
20
  # Copy the rest of the application into the container at /app
21
  COPY . /app
22