diff --git a/example_django_react_templatetags/Dockerfile b/example_django_react_templatetags/Dockerfile index 9cd3b97..40060bc 100644 --- a/example_django_react_templatetags/Dockerfile +++ b/example_django_react_templatetags/Dockerfile @@ -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