Skip to content

Commit

Permalink
Merge pull request #448 from OpenImaging/fix-prod-build
Browse files Browse the repository at this point in the history
Reorder production Dockerfile
  • Loading branch information
dchiquito authored Apr 19, 2022
2 parents 975868f + 6bfe8f7 commit bc87130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod/django.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ ARG DJANGO_MIQA_URL_PREFIX
ARG DJANGO_SECRET_KEY
COPY ./setup.py /opt/django-project/setup.py
COPY ./manage.py /opt/django-project/manage.py
COPY ./miqa /opt/django-project/miqa
WORKDIR /opt/django-project/
RUN pip install .[learning] && \
./manage.py collectstatic
COPY ./miqa /opt/django-project/miqa

# Web client:
# * Build
Expand Down

0 comments on commit bc87130

Please sign in to comment.