Skip to content

Commit ae46137

Browse files
Update cd.yml
1 parent ef3786c commit ae46137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797

9898
# Docker 이미지 업데이트 및 컨테이너 실행
9999
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S docker pull ${{ env.DOCKER_IMAGE_NAME }}:latest
100-
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S docker run --name dosirak-be-container -d -p 80:8080 -e TZ=Asia/Seoul \
100+
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S docker run --name dosirak-be-container -d -p 50:8080 -e TZ=Asia/Seoul \
101101
-v $LOG_DIR/app.log:/app/logs/app.log ${{ env.DOCKER_IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)