main
ifiguero 2024-03-10 01:24:29 -03:00
parent 2af2ea3fd7
commit 507fdf015a
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/
RUN echo apscheduler >> /srv/requirements.txt
COPY fetch.backend_proto.py /srv/fetch.py
RUN pip install --no-cache-dir -r /srv/requirements.txt
COPY fetch.backend_proto.py /srv/fetch.py
WORKDIR /srv
RUN chown -R app:app /srv