We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3176c1 commit ace124bCopy full SHA for ace124b
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "HF_TOKEN=${{secrets.HF_TOKEN}}" > .env
29
30
# Docker 다시 빌드 및 실행 (기존 컨테이너 교체)
31
- docker-compose up -d --build
+ docker compose up -d --build
32
33
# 불필요한 이미지 정리
34
docker image prune -f
0 commit comments