r3hab commited on
Commit
b153ad1
·
verified ·
1 Parent(s): 40b057d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -26,6 +26,9 @@ RUN pip install --no-cache-dir --user --upgrade -r requirements.txt
26
  # Copy application files
27
  COPY --chown=user . .
28
 
 
 
 
29
  # Expose Hugging Face default port
30
  EXPOSE 7860
31
 
 
26
  # Copy application files
27
  COPY --chown=user . .
28
 
29
+ # Add this after COPY . .
30
+ RUN mkdir -p /app/static && chown user:user /app/static
31
+
32
  # Expose Hugging Face default port
33
  EXPOSE 7860
34