ahsannawazch commited on
Commit
1e3514e
1 Parent(s): 53a34c0

final docker

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