Skip to content

Commit cb781d6

Browse files
committed
Fix incorrect reference in Dokerfile
1 parent 664faa9 commit cb781d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_django_react_templatetags/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app
1414
ADD . /app/
1515

1616
RUN pip install --upgrade pip \
17-
&& pip install -r requirements/$REQUIREMENTS --no-cache-dir
17+
&& pip install -r $REQUIREMENTS --no-cache-dir
1818

1919
EXPOSE 8080
2020

0 commit comments

Comments
 (0)