Skip to content

Commit b735885

Browse files
committed
FE 포트번호 변경
1 parent 608988d commit b735885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
sudo docker stop embitips_front || true
4646
sudo docker rm embitips_front || true
4747
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/embitips_front
48-
sudo docker run -d -p 80:80 --name embitips_front ${{ secrets.DOCKER_USERNAME }}/embitips_front
48+
sudo docker run -d -p 3000:3000 --name embitips_front ${{ secrets.DOCKER_USERNAME }}/embitips_front
4949
sudo docker image prune -f

0 commit comments

Comments
 (0)