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 Port 80 und 443 (HTTP + HTTPS)
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
ENV ASPNETCORE_URLS=http://*:5000
|
||||||
|
|
||||||
# Anwendung starten
|
# Anwendung starten
|
||||||
ENTRYPOINT ["dotnet", "Watcher.dll"]
|
ENTRYPOINT ["dotnet", "Watcher.dll"]
|
||||||
|
Reference in New Issue
Block a user