requirements

main
ifiguero 2024-03-25 09:18:59 -03:00
parent 043ef2976e
commit e11100475b
1 changed files with 1 additions and 1 deletions

View File

@ -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