Skip to content

Commit c6cd594

Browse files
Merge pull request #8 from ahmed-n-abdeltwab/feature/make-modular
fix: Python module import issues in Docker
2 parents 0dd5654 + 1034a45 commit c6cd594

File tree

2 files changed

+3
-1216
lines changed

2 files changed

+3
-1216
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ RUN pip install --no-cache-dir -r requirements.txt
1919
# ========== RUNTIME STAGE ==========
2020
FROM python:3.9-slim
2121

22+
# Set Python path
23+
ENV PYTHONPATH=/app
24+
2225
# Create directory structure with proper permissions
2326
RUN mkdir -p /app && \
2427
mkdir -p /app/data && \

0 commit comments

Comments
 (0)