broadfield-dev commited on
Commit
9bd0757
·
verified ·
1 Parent(s): 163a95a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
  COPY . .
12
 
13
  # Ensure the temp directory is writable
14
- RUN mkdir -p /app/temp && chmod -R 777 /app/temp
15
 
16
  ENV PORT=7860
17
  CMD ["python", "app.py"]
 
11
  COPY . .
12
 
13
  # Ensure the temp directory is writable
14
+ # RUN mkdir -p /app/temp && chmod -R 777 /app/temp
15
 
16
  ENV PORT=7860
17
  CMD ["python", "app.py"]