Dockerfile angepasst

This commit is contained in:
2025-07-30 17:45:20 +02:00
parent 1aed61f246
commit ceb1ead857

View File

@@ -25,6 +25,7 @@ VOLUME ["/app/persistence", "/app/wwwroot/downloads/sqlite"]
# Expose Port 80 und 443 (HTTP + HTTPS)
EXPOSE 5000
ENV ASPNETCORE_URLS=http://*:5000
# Anwendung starten
ENTRYPOINT ["dotnet", "Watcher.dll"]