Skip to content

Commit ace124b

Browse files
committed
update docker command
1 parent a3176c1 commit ace124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "HF_TOKEN=${{secrets.HF_TOKEN}}" > .env
2929
3030
# Docker 다시 빌드 및 실행 (기존 컨테이너 교체)
31-
docker-compose up -d --build
31+
docker compose up -d --build
3232
3333
# 불필요한 이미지 정리
3434
docker image prune -f

0 commit comments

Comments
 (0)