modified: Dockerfile

main
Philipp Wagner 2023-08-01 04:11:03 +02:00
parent 2053997d27
commit 40bf004522
1 changed files with 3 additions and 0 deletions

View File

@ -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