Skip to content

Commit

Permalink
feat: Map port 80 on the host to 3000 on the container
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Jun 26, 2024
1 parent a14a3eb commit 2e8f554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Delete existing container
run: docker rm -f polabo-fe || true
- name: Run container
run: docker run -d -p 3000:3000 --name polabo-fe sonny2024/polabo-fe:latest
run: docker run -d -p 80:3000 --name polabo-fe sonny2024/polabo-fe:latest

0 comments on commit 2e8f554

Please sign in to comment.