Fix path to extras requirements

This commit is contained in:
Timothy Hobbs 2024-07-22 02:33:43 +02:00
parent 5ad7e2ed00
commit 817cf75fd7

View File

@ -1,2 +1,2 @@
FROM djangohelpdesk/standalone FROM djangohelpdesk/standalone
RUN pip3 install -r /opt/django-helpdesk/requirements-extras.txt RUN pip3 install -r /opt/django-helpdesk/standalone/requirements-extras.txt