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

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 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 Web\ app/requirements.txt /app/
9
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt