devesh111 commited on
Commit
bbc025d
1 Parent(s): 568f4d0

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 /code
6
 
7
  ## Copy the current directory contents in the container at /code
8
- COPY . /requirements.txt /code/requirements.txt
9
 
10
  #Installing requiremnts.txt
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
5
  WORKDIR /code
6
 
7
  ## Copy the current directory contents in the container at /code
8
+ COPY ./requirements.txt /code/requirements.txt
9
 
10
  #Installing requiremnts.txt
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt