Skip to content

Commit

Permalink
Fix incorrect reference in Dokerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Jan 4, 2022
1 parent 664faa9 commit cb781d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_django_react_templatetags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /app
ADD . /app/

RUN pip install --upgrade pip \
&& pip install -r requirements/$REQUIREMENTS --no-cache-dir
&& pip install -r $REQUIREMENTS --no-cache-dir

EXPOSE 8080

Expand Down

0 comments on commit cb781d6

Please sign in to comment.