Kaynağa Gözat

Leave no Python pip temporary cache in backend Docker image (#704)

dependabot/npm_and_yarn/mobile/ansi-regex-4.1.1
Peter Dave Hello 2 yıl önce
committed by GitHub
ebeveyn
işleme
57b7f7dbe9
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      containers/backend/Dockerfile

+ 2
- 2
containers/backend/Dockerfile Dosyayı Görüntüle

@@ -4,8 +4,8 @@ LABEL name="LessPass Backend"
RUN mkdir /opt/backend
WORKDIR /opt/backend
COPY requirements.txt /opt/backend
RUN python -m pip install --upgrade pip
RUN python -m pip install -r requirements.txt
RUN python -m pip install --no-cache-dir --upgrade pip
RUN python -m pip install --no-cache-dir -r requirements.txt
COPY . /opt/backend
RUN python --version
EXPOSE 8000


Yükleniyor…
İptal
Kaydet