Skip to content

Commit dac590e

Browse files
Docker: Remove django.txt from django prod container (#4641)
1 parent a4f56a0 commit dac590e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/prod/django/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN mkdir /code
66
WORKDIR /code
77
ADD requirements/* /code/
88
RUN pip install -r prod.txt
9-
RUN pip install -r django.txt
109

1110
ADD . /code
1211

0 commit comments

Comments
 (0)