diff --git a/Dockerfile b/Dockerfile index 1e01d4c..c6d5c7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,3 +13,6 @@ COPY . . # Starte die Anwendung, wenn der Container gestartet wird CMD ["python", "app.py"] + +#Expose den Port 5000 (Nur Dokumentation für Entwickler) +EXPOSE 5000