sreepathi-ravikumar commited on
Commit
ffa9043
·
verified ·
1 Parent(s): 5796090

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -22,5 +22,8 @@ COPY app.py image_fetcher.py video.py video2.py ./
22
  # Expose your application port
23
  EXPOSE 7860
24
 
 
 
 
25
  # Run your Flask app
26
  CMD ["python", "app.py"]
 
22
  # Expose your application port
23
  EXPOSE 7860
24
 
25
+ # Add this before CMD
26
+ ENV TMPDIR=/tmp
27
+
28
  # Run your Flask app
29
  CMD ["python", "app.py"]