Yash030 commited on
Commit
87c30d9
·
1 Parent(s): 8c9bdf5

Added Server Fix 1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
7
  # Set environment variables
8
  ENV PYTHONDONTWRITEBYTECODE=1 \
9
  PYTHONUNBUFFERED=1 \
 
10
  PORT=7860
11
 
12
  # Install system dependencies (including those for Playwright/Crawl4AI if needed)
 
7
  # Set environment variables
8
  ENV PYTHONDONTWRITEBYTECODE=1 \
9
  PYTHONUNBUFFERED=1 \
10
+ PYTHONPATH=/app \
11
  PORT=7860
12
 
13
  # Install system dependencies (including those for Playwright/Crawl4AI if needed)