Imsachinsingh00 commited on
Commit
4e1b5e5
·
verified ·
1 Parent(s): 24e52fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
5
  WORKDIR /app
6
 
7
  # Copy the requirements file into the container
8
- COPY Web\ app/requirements.txt /app/
9
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  WORKDIR /app
6
 
7
  # Copy the requirements file into the container
8
+ COPY requirements.txt .
9
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt