Elalimy commited on
Commit
011c8ab
·
verified ·
1 Parent(s): 41557b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ FROM python:3.9-slim
5
  ENV FLASK_APP=app.py
6
  ENV FLASK_RUN_HOST=0.0.0.0
7
  ENV FLASK_RUN_PORT=80
8
- ENV XDG_CACHE_HOME=/app/.cache # Set a writable cache directory
 
9
 
10
  # Install ffmpeg and other dependencies
11
  RUN apt-get update && \
 
5
  ENV FLASK_APP=app.py
6
  ENV FLASK_RUN_HOST=0.0.0.0
7
  ENV FLASK_RUN_PORT=80
8
+ ENV XDG_CACHE_HOME=/app/.cache
9
+ # Set a writable cache directory
10
 
11
  # Install ffmpeg and other dependencies
12
  RUN apt-get update && \