HARISH20205 commited on
Commit
d3dea00
·
1 Parent(s): ebed33b

main check

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
26
  COPY requirements.txt /app/
27
  RUN pip install --no-cache-dir -r requirements.txt
28
 
 
29
  # Copy only necessary application code
30
  COPY app.py /app/
31
  COPY Process/ /app/Process/
 
26
  COPY requirements.txt /app/
27
  RUN pip install --no-cache-dir -r requirements.txt
28
 
29
+
30
  # Copy only necessary application code
31
  COPY app.py /app/
32
  COPY Process/ /app/Process/