ソースを参照

Upgrade pip on build

pull/33/head
コミット
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


読み込み中…
キャンセル
保存