Skip to content

Commit

Permalink
test: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
mangowhoiscloud committed Sep 6, 2024
1 parent daf5e98 commit 3a0d8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM python:3.12.4-slim
COPY . .

# 필요 패키지 설치
RUN pip install --upgrade pip
RUN pip install --use-pep517
RUN pip install python-dotenv
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 3a0d8f9

Please sign in to comment.