🔧 FIX: PYTHONPATH korrigiert (Leerzeichen nach . entfernt)
docker-build-and-push / build (push) Successful in 1m53s
docker-build-and-push / build (push) Successful in 1m53s
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ USER appuser
|
||||
# Applikation kopieren mit korrekten Besitzern:
|
||||
COPY --chown=appuser:appuser app/ ./app
|
||||
|
||||
# Setze PYTHONPATH damit Imports funktionieren
|
||||
# Setze PYTHONPATH damit Imports funktionieren (ohne Leerzeichen!)
|
||||
ENV PYTHONPATH=/app:/home/appuser/.local/lib/python3.12/site-packages
|
||||
|
||||
# Exponierter Port
|
||||
|
||||
Reference in New Issue
Block a user