userbymahadi commited on
Commit
27c7cd0
·
verified ·
1 Parent(s): d82c270

Update Dockerfile

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