Skip to content

Commit

Permalink
fixed: image 새로 빌드 안 하는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Feb 2, 2024
1 parent c3fcf52 commit 1a23405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "jikgong-${START_CONTAINER} up"

# 실행해야하는 컨테이너 docker-compose로 실행. -p는 docker-compose 프로젝트에 이름을 부여
# -f는 docker-compose파일 경로를 지정
sudo docker rmi ${DOCKERHUB_USERNAME}/jikgong
sudo docker pull ${DOCKERHUB_USERNAME}/jikgong
sudo docker-compose -f docker-compose.${START_CONTAINER}.yml up -d --build

RUNNING_CONTAINER=$(sudo docker ps)
Expand Down

0 comments on commit 1a23405

Please sign in to comment.