Skip to content
Snippets Groups Projects
Commit 6f731aa8 authored by Justin Smith's avatar Justin Smith Committed by James Curtin
Browse files

Add /home to pipenv manage folder structure

parent 08feadab
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment