main
ifiguero 2024-03-25 23:37:34 -03:00
parent a88a005630
commit d84a0fc60e
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/
RUN pip3 install --no-cache-dir -r /srv/reportgen/requirements.txt RUN pip3 install --no-cache-dir -r /srv/reportgen/requirements.txt
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/Reportes_gen /srv
RUN chown -R app:app /srv RUN chown -R app:app /srv
USER app USER app