Skip to content

Commit 3a3dd94

Browse files
authored
Update docker-test-3.yml
1 parent 9ba8cf8 commit 3a3dd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
env:
3131
ASPNETCORE_ENVIRONMENT: ${{ matrix.profile }}
3232
ApplicationHostBaseUrl: http://booking.system
33-
Urls: ''
34-
ASPNETCORE_URLS: ''
33+
Urls: 'http://*:5000'
34+
ASPNETCORE_URLS: 'http://*:5000'
3535

3636
- name: Create output dir
3737
run: mkdir -p ./output/

0 commit comments

Comments
 (0)