Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Beltrán committed Jun 3, 2024
1 parent 4ecfe6d commit 55c474f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Wait for services to be ready
run: |
while ! nc -z localhost 4321; do sleep 10; done
while ! nc -z localhost 5000; do sleep 10; done
while ! nc -z localhost 4000; do sleep 10; done
- name: Run Playwright tests
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "4321:5000"
- "5000:5000"
depends_on:
- firebase-emulator

Expand Down

0 comments on commit 55c474f

Please sign in to comment.