Skip to content

Commit 682e73d

Browse files
committed
cicd.yml파일 포트번호 5173수정
1 parent cee4167 commit 682e73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

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

0 commit comments

Comments
 (0)