Parcourir la source

Use python slim image to reduce the size of backend container

tags/mobile-v9.5.1
Guillaume Vincent il y a 3 ans
Parent
révision
e9b6b9f94a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      containers/backend/Dockerfile

+ 1
- 1
containers/backend/Dockerfile Voir le fichier

@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.8-slim
LABEL maintainer="LessPass <contact@lesspass.com>"
LABEL name="LessPass Backend"
RUN mkdir /opt/backend


Chargement…
Annuler
Enregistrer