Dockerfile angepasst
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user