Skip to content

Commit

Permalink
Update docker-test-3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Nov 22, 2024
1 parent 9ba8cf8 commit 3a3dd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-test-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
env:
ASPNETCORE_ENVIRONMENT: ${{ matrix.profile }}
ApplicationHostBaseUrl: http://booking.system
Urls: ''
ASPNETCORE_URLS: ''
Urls: 'http://*:5000'
ASPNETCORE_URLS: 'http://*:5000'

- name: Create output dir
run: mkdir -p ./output/
Expand Down

0 comments on commit 3a3dd94

Please sign in to comment.