Skip to content

Commit

Permalink
도커 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Shortood committed Sep 6, 2024
1 parent be2b5a0 commit 1cbe44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN pip install --no-cache-dir -r requirements.txt
# tkinter 설치
RUN apt-get update && apt-get install -y python3-tk

# .env 파일을 컨테이너로 복사
COPY .env /app/

# FastAPI 애플리케이션 파일을 복사
COPY . /app

Expand Down

0 comments on commit 1cbe44d

Please sign in to comment.