Skip to content

Commit 19fb2c9

Browse files
Supprimer l'option --dev de l'installation de pipenv dans le Dockerfile pour une configuration de production plus légère.
1 parent 70a429d commit 19fb2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY Pipfile Pipfile.lock ./
66

7-
RUN pip install --no-cache-dir pipenv && pipenv install --dev
7+
RUN pip install --no-cache-dir pipenv && pipenv install
88

99
COPY app ./app
1010

0 commit comments

Comments
 (0)