Skip to content

Commit 4c83f12

Browse files
Merge pull request #103 from socraticDevBlog/20250428-nodev
Supprimer l'option --dev de l'installation de pipenv dans le Dockerfi…
2 parents 70a429d + 19fb2c9 commit 4c83f12

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)