Skip to content

Commit

Permalink
Update docker-image-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amrevill authored and GitHub Enterprise committed Mar 19, 2025
1 parent a81cc7f commit 6c4867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
# ✅ Run Docker Container with Latest Code
- name: Run Docker Container
run: |
docker run -d --name my-app-container -p 8080:8080 my-app:latest
docker run -d --name my-app-container -p 9090:8080 my-app:latest

0 comments on commit 6c4867e

Please sign in to comment.