main
ifiguero 2024-04-02 00:55:29 -03:00
parent 76e208e65f
commit b3864a491a
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/worker_downloads /srv
RUN pip3 install --no-cache-dir -r /srv/worker_downloads/requirements.txt
RUN pip3 install --no-cache-dir -r /srv/worker_downloads/requeriments.txt
WORKDIR /srv