Skip to content

Commit ea26615

Browse files
authored
Merge pull request #5 from Block-Guard/setting/#3/cicd
[fix] docker 오류 수정
2 parents fe8912d + c190efe commit ea26615

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ FROM python:3.9-slim
44
# 2. 작업 디렉토리 생성
55
WORKDIR /app
66

7+
# pip 업그레이드
8+
RUN pip install --upgrade pip
9+
710
# 3. 요구 사항 파일 복사
811
COPY requirements.txt /app/
912

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
annotated-types==0.7.0
22
anyio==4.9.0
3-
click==8.2.1
3+
click==8.1.3
44
fastapi==0.116.0
55
h11==0.16.0
66
httptools==0.6.4

0 commit comments

Comments
 (0)