소스 검색

Upgrade pip on build

pull/33/head
Sindre Stephansen 5 년 전
부모
커밋
09ef868038
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/Dockerfile

+ 1
- 0
src/Dockerfile 파일 보기

@@ -11,6 +11,7 @@ WORKDIR /app
ENV PYTHONPATH=/app

# Install python dependencies
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt

# Move the base entrypoint to reuse it


불러오는 중...
취소
저장