Skip to content

Commit

Permalink
test23
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMinWoooo committed Sep 4, 2024
1 parent d78f960 commit bfb6a63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
docker push $DOCKER_HUB_USERNAME/backend:latest
cd ../ai
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> .env.production
docker build -t $DOCKER_HUB_USERNAME/ai:latest .
docker push $DOCKER_HUB_USERNAME/ai:latest
Expand Down
2 changes: 0 additions & 2 deletions ai/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ RUN pip install --no-cache-dir -r requirements.txt
# 프로젝트 파일 복사
COPY . .

COPY .env .env

# 데이터 저장을 위한 디렉토리 생성
RUN mkdir -p /app/data

Expand Down

0 comments on commit bfb6a63

Please sign in to comment.