ahsannawazch commited on
Commit
bd21944
1 Parent(s): 1e3514e

updated reqiremts docker files

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM python:3.12.2
2
 
3
- COPY . /app
4
 
5
- WORKDIR /app
6
 
7
  RUN pip install -r requirements.txt
8
 
 
1
  FROM python:3.12.2
2
 
3
+ COPY . /tmp
4
 
5
+ WORKDIR /tmp
6
 
7
  RUN pip install -r requirements.txt
8