🐛 FIX: Setze PYTHONPATH=/app im Dockerfile für richtige Imports
docker-build-and-push / build (push) Successful in 15s
docker-build-and-push / build (push) Successful in 15s
This commit is contained in:
@@ -10,6 +10,9 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Applikation kopieren
|
||||
COPY app/ ./app
|
||||
|
||||
# Setze PYTHONPATH damit Imports funktionieren
|
||||
ENV PYTHONPATH=/app
|
||||
|
||||
# Exponierter Port
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user