Skip to content

Commit

Permalink
ci: add remove images code in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nowgnuesLee committed Jan 3, 2025
1 parent 6b2705b commit 133f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PORT=3001

# 도커 컴포즈 기준으로 컨테이너 내리기
echo "Stopping and removing existing Docker container..."
docker compose -f $DOCKER_COMPOSE_FILE down || true
docker compose -f $DOCKER_COMPOSE_FILE down --rmi all || true

# 도커 컴포즈 기준으로 컨테이너 올리기
echo "Starting Docker container..."
Expand Down

0 comments on commit 133f641

Please sign in to comment.