Omarelrayes commited on
Commit
f05d6e9
·
verified ·
1 Parent(s): d6cccc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10
2
 
3
  WORKDIR /app
4
-
5
  # 🔥 Set PYTHONPATH to include root directory (for sitecustomize.py)
6
  ENV PYTHONPATH=/app:${PYTHONPATH}
7
 
 
1
  FROM python:3.10
2
 
3
  WORKDIR /app
4
+ #
5
  # 🔥 Set PYTHONPATH to include root directory (for sitecustomize.py)
6
  ENV PYTHONPATH=/app:${PYTHONPATH}
7