Skip to content

Commit

Permalink
Just trying a different port?
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 1e771f4 commit 58136f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
#Start API Container
- name: Start API Container
run: |
docker run -d -p 5000:5000 --name api-container api-image # Start container on port 5000
docker run -d -p 5000:5001 --name api-container api-image # Start container on port 5000
#Run all Python tests in the directory
- name: Run all Python tests in directory
Expand Down

0 comments on commit 58136f2

Please sign in to comment.