devfile: Change to http

This commit is contained in:
2025-07-17 14:46:23 +00:00
parent a1aec4a5dd
commit 94245761f3

View File

@ -35,8 +35,8 @@ components:
- name: ASPNETCORE_URLS - name: ASPNETCORE_URLS
value: http://*:5000 value: http://*:5000
endpoints: endpoints:
- name: https-dotnet - name: http-dotnet
protocol: https protocol: http
targetPort: 5000 targetPort: 5000
commands: commands:
- id: build - id: build