diff --git a/standalone/Dockerfile.extras b/standalone/Dockerfile.extras index 67b050d3..861ec54c 100644 --- a/standalone/Dockerfile.extras +++ b/standalone/Dockerfile.extras @@ -1,2 +1,2 @@ FROM djangohelpdesk/standalone -RUN pip3 install -r /opt/django-helpdesk/requirements-extras.txt \ No newline at end of file +RUN pip3 install -r /opt/django-helpdesk/standalone/requirements-extras.txt \ No newline at end of file