modified: Dockerfile
parent
2053997d27
commit
40bf004522
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue