Muhammad541 commited on
Commit
d4592e6
·
verified ·
1 Parent(s): 4072d76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
- COPY ./data /data # Adjusted to match your path
10
 
11
  # Create a writable cache directory
12
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
+ COPY ./data /data
10
 
11
  # Create a writable cache directory
12
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache