Skip to content

Commit 7f3324f

Browse files
committed
8080->8080 포트바인딩
1 parent 8b2ac99 commit 7f3324f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/deploy.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
docker stop $APP_NAME || true
5959
docker rm $APP_NAME || true
6060
docker pull ${{ steps.login-ecr.outputs.registry }}/$APP_NAME:latest
61-
docker run -d --name $APP_NAME -p 80:8080 ${{ steps.login-ecr.outputs.registry }}/$APP_NAME:latest
61+
docker run -d --name $APP_NAME -p 8080:8080 ${{ steps.login-ecr.outputs.registry }}/$APP_NAME:latest

0 commit comments

Comments
 (0)