We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3786c commit ae46137Copy full SHA for ae46137
.github/workflows/cd.yml
@@ -97,5 +97,5 @@ jobs:
97
98
# Docker 이미지 업데이트 및 컨테이너 실행
99
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 \
+ echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S docker run --name dosirak-be-container -d -p 50:8080 -e TZ=Asia/Seoul \
101
-v $LOG_DIR/app.log:/app/logs/app.log ${{ env.DOCKER_IMAGE_NAME }}:latest
0 commit comments