Skip to content

Commit 692e6af

Browse files
authored
Update docker-test-3.yml
1 parent 3a3dd94 commit 692e6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-test-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dotnet run --no-launch-profile --project ./server/Examples/BookingSystem.AspNetCore/BookingSystem.AspNetCore.csproj --configuration Release --no-build &
3030
env:
3131
ASPNETCORE_ENVIRONMENT: ${{ matrix.profile }}
32-
ApplicationHostBaseUrl: http://booking.system
32+
ApplicationHostBaseUrl: http://booking.system:5000
3333
Urls: 'http://*:5000'
3434
ASPNETCORE_URLS: 'http://*:5000'
3535

0 commit comments

Comments
 (0)