AlyanAkram commited on
Commit
35558d9
·
verified ·
1 Parent(s): 18e2122

Update Dockerfile

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