Skip to content
Snippets Groups Projects
Commit 41a07953 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-758: Keep the pip requirements next to the code

parent dabeee67
No related branches found
No related tags found
1 merge request!305L2SS-758: Tune prometheus archiving
...@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install curl -y ...@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install curl -y
USER tango USER tango
COPY pip-requirements.txt /tmp/ COPY code/pip-requirements.txt /tmp/
RUN pip install -r /tmp/pip-requirements.txt RUN pip install -r /tmp/pip-requirements.txt
ADD code /code ADD code /code
......
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