Skip to content

Commit

Permalink
Fix: GitHub Actions 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5365 authored Sep 7, 2024
1 parent 5e2c65d commit bf3fc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
# 최신 도커 이미지로 컨테이너 실행
sudo docker pull ${{ secrets.DOCKER_IMAGE_NAME }}:latest # 도커 최신 이미지 다운로드
docker run --name golang-ai -d -v /home/ubuntu/files:/home/ubuntu/files -p 8000:8000 ${{ secrets.DOCKER_IMAGE_NAME }}:latest
docker run --name golang-ai -d -v /home/ubuntu/files:/home/ubuntu/files --add-host host.docker.internal:host-gateway -p 8000:8000 ${{ secrets.DOCKER_IMAGE_NAME }}:latest
sudo docker image prune -f # 구버전의 도커 이미지 제거

0 comments on commit bf3fc91

Please sign in to comment.