Add /home to pipenv manage folder structure

master
Justin Smith 5 years ago committed by James Curtin
parent 08feadabc9
commit 6f731aa8f7
  1. 2
      {{cookiecutter.app_name}}/Dockerfile

@ -56,7 +56,7 @@ CMD ["-c", "/etc/supervisor/supervisord.conf"]
# =================================== MANAGE ===================================
FROM base AS manage
{%- if cookiecutter.use_pipenv == "yes" %}
COPY --from=development /sid/.local/share/virtualenvs/ /sid/.local/share/virtualenvs/
COPY --from=development /home/sid/.local/share/virtualenvs/ /home/sid/.local/share/virtualenvs/
{%- else %}
RUN pip install --user -r requirements/dev.txt
{%- endif %}

Loading…
Cancel
Save