requirements
parent
043ef2976e
commit
e11100475b
|
@ -6,7 +6,7 @@ RUN useradd -m app
|
|||
|
||||
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/Reports_data /srv
|
||||
|
||||
RUN pip install -r /srv/requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r /srv/tdtp_template/requirements.txt
|
||||
|
||||
RUN chown -R app:app /srv
|
||||
|
||||
|
|
Loading…
Reference in New Issue