Преглед изворни кода

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


Loading…
Откажи
Сачувај