mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-06 09:46:51 +02:00
Try copying full source tree before installing requirements
This commit is contained in:
parent
c0c0f2be5d
commit
a2b50919c2
1
.dockerignore
Executable file
1
.dockerignore
Executable file
@ -0,0 +1 @@
|
||||
db/
|
@ -6,11 +6,9 @@ RUN apt-get install -yqq \
|
||||
postgresql-client \
|
||||
cron \
|
||||
git
|
||||
COPY requirements.txt /opt/django-helpdesk/requirements.txt
|
||||
COPY standalone/requirements.txt /opt/django-helpdesk/standalone/requirements.txt
|
||||
COPY . /opt/
|
||||
RUN pip3 install -r /opt/django-helpdesk/requirements.txt
|
||||
RUN pip3 install -r /opt/django-helpdesk/standalone/requirements.txt
|
||||
COPY . /opt/django-helpdesk
|
||||
WORKDIR /opt/django-helpdesk
|
||||
RUN pip3 install -e .
|
||||
RUN DJANGO_HELPDESK_SECRET_KEY=foo python3 standalone/manage.py collectstatic
|
||||
|
Loading…
x
Reference in New Issue
Block a user